aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/linalg
Commit message (Expand)AuthorAge
* Avoid extra calls to set_random_seed, as it is already called inGravatar Gunhan Gulsoy2018-10-09
* Use self.cached_session instead of self.test_session in linear_operator_circu...Gravatar A. Unique TensorFlower2018-09-25
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-24
* Add linear_operator_addition to tensorflow/python/. A subsequent CLGravatar Ian Langmore2018-09-12
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-22
* Add LinearOperatorZeros.Gravatar A. Unique TensorFlower2018-07-23
* Change size of linear_operator_low_rank_update_test to large as it is current...Gravatar Smit Hinsu2018-07-13
* Allow LinearOperatorLowerTriangular and LinearOperatorLowRankUpdate to accept...Gravatar A. Unique TensorFlower2018-07-11
* Update LinearOperator tests to use array_ops.placeholder_with_default.Gravatar A. Unique TensorFlower2018-06-28
* Mark tensorflow/python/kernel_tests/linalg:linear_operator_identity_test as o...Gravatar Peter Hawkins2018-06-01
* Disable LinearOperatorKroneckerTest.test_solve_{with_broadcast} temporarily.Gravatar A. Unique TensorFlower2018-05-14
* Add 'optonly' directive to linear_operator_circulant tests.Gravatar Ian Langmore2018-05-07
* Add complex128 support to FFT, FFT2D, FFT3D, IFFT, IFFT2D, and IFFT3D.Gravatar RJ Ryan2018-05-02
* Internal-only change.Gravatar Justin Lebar2018-05-02
* Move LinearOperatorKronecker and LinearOperatorBlockDiag to core.Gravatar A. Unique TensorFlower2018-04-30
* Move LinearOperatorCirculant to third_party.Gravatar Ian Langmore2018-04-24
* Internal-only change.Gravatar Justin Lebar2018-04-19
* Internal-only change.Gravatar Justin Lebar2018-04-18
* cholesky_solve_with_broadcast, matrix_solve_with_broadcast and matrix_triangu...Gravatar Ian Langmore2018-04-03
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Add LinearOperatorBlockDiagonal, which supports matrix-free block diagonal st...Gravatar A. Unique TensorFlower2018-03-13
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Shard linear operator tests.Gravatar A. Unique TensorFlower2018-02-05
* Replace tf.conj(tf.transpose(foo)) and tf.transpose(tf.conj(foo)) idioms with...Gravatar A. Unique TensorFlower2017-10-12
* Move LinearOperator to tf.linalg (with backwards compatibility support in con...Gravatar Eugene Brevdo2017-10-10