aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/solvers
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-12
* Remove duplicate import in linear_equations.py (#19990)Gravatar Yong Tang2018-06-13
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Merge changes from github.Gravatar Michael Case2018-02-07
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Change references to TensorArray.pack, TensorArray.unpack to TensorArray.stackGravatar A. Unique TensorFlower2016-12-09
* Bump the tolerance in linear_equations_test.py to fix the AVX build on macs.Gravatar Jonathan Hseu2016-12-08
* Remove tf.batch_matmul Python interface.Gravatar A. Unique TensorFlower2016-12-07
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Deprecate tf.batch_matmul and replace with equivalent calls to tf.matmul that...Gravatar A. Unique TensorFlower2016-11-17
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Creates a library of matrix-free solvers for linear equations, linear least-s...Gravatar A. Unique TensorFlower2016-11-14