aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/linalg_ops_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Extend the transpose ops in TensorFlow to support conjugate (a.k.a. Hermitian...Gravatar A. Unique TensorFlower2017-10-11
* Move LinearOperator to tf.linalg (with backwards compatibility support in con...Gravatar Eugene Brevdo2017-10-10
* a) Added a new op tf.linalg.slogdet, the equivalent of numpy.linalg.slogdet, andGravatar A. Unique TensorFlower2017-10-03
* Adding a function to compute the natural log of the determinant for hermitian...Gravatar A. Unique TensorFlower2017-08-28
* Make tf.eye accept Python integer shapes and avoid generating unnecessary sha...Gravatar A. Unique TensorFlower2017-08-18
* Halve the number of CPU tests run in 9 files.Gravatar Vijay Vasudevan2017-05-25
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* matrix_adjoint added to contrib/linalg/linear_operator_utilGravatar Ian Langmore2017-04-06
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Deprecate tf.batch_matmul and replace with equivalent calls to tf.matmul that...Gravatar A. Unique TensorFlower2016-11-21
* Identity matrix constructor added to linalg_ops.Gravatar Ian Langmore2016-10-13
* Fix spelling of identifiers.Gravatar Patrick Nguyen2016-09-28
* Replace most linear algebra ops with their batch versions and deprecateGravatar A. Unique TensorFlower2016-09-09
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add cholesky_solve(chol, b), batch_cholesky_solve to linalg_ops to linalg_ops.Gravatar A. Unique TensorFlower2016-05-10