aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/svd_op_test.py
Commit message (Expand)AuthorAge
* svd backpropagation when full_matrices is FalseGravatar Viraj2017-11-05
* Add gradient for SVD. This is based on draft code by Catalin Ionescu (cdi@goo...Gravatar A. Unique TensorFlower2017-10-11
* * Add mechanism to CudaSolver for capturing references to temporary tensors. ...Gravatar A. Unique TensorFlower2017-09-29
* Speed up SVD unit tests.Gravatar A. Unique TensorFlower2017-09-28
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Adding a TF QR op.Gravatar A. Unique TensorFlower2016-11-22
* Deprecate tf.batch_matmul and replace with equivalent calls to tf.matmul that...Gravatar A. Unique TensorFlower2016-11-21
* 1. Rename batch_matrix_* ops to matrix_*. Specifically, this applies toGravatar A. Unique TensorFlower2016-09-13
* Replace most linear algebra ops with their batch versions and deprecateGravatar A. Unique TensorFlower2016-09-09
* Add support for complex SVD. This is a cleaned up version of PR #3976.Gravatar A. Unique TensorFlower2016-09-02
* Add a few test larger test cases for the SVD op. The Eigen divide-and-conquer...Gravatar A. Unique TensorFlower2016-08-11
* Switch tensorflow's SVD op to use the divide-and-conquer SVD algorithm in Eig...Gravatar A. Unique TensorFlower2016-08-10
* Add additional test coverage for the TensorFlow SVD op that is independent of...Gravatar A. Unique TensorFlower2016-08-10
* Add an op for singular value decomposition (SVD) of a dense matrix or batches...Gravatar A. Unique TensorFlower2016-08-01