aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/linalg
Commit message (Expand)AuthorAge
* Use self.cached_session instead of self.test_session in linear_operator_circu...Gravatar A. Unique TensorFlower2018-09-25
* Add linear_operator_addition to tensorflow/python/. A subsequent CLGravatar Ian Langmore2018-09-12
* Edit comment for Circulant.Gravatar A. Unique TensorFlower2018-09-11
* Created pure TensorFlow op for MatrixExponential, allowing gradients and GPU ...Gravatar A. Unique TensorFlower2018-08-01
* Add LinearOperatorZeros.Gravatar A. Unique TensorFlower2018-07-23
* Allow LinearOperatorLowerTriangular and LinearOperatorLowRankUpdate to accept...Gravatar A. Unique TensorFlower2018-07-11
* Fix minor typos in linear_operator.py docstrings.Gravatar A. Unique TensorFlower2018-07-02
* Update LinearOperator tests to use array_ops.placeholder_with_default.Gravatar A. Unique TensorFlower2018-06-27
* Disable LinearOperatorKroneckerTest.test_solve_{with_broadcast} temporarily.Gravatar A. Unique TensorFlower2018-05-14
* Move LinearOperatorKronecker and LinearOperatorBlockDiag to core.Gravatar A. Unique TensorFlower2018-04-30
* Move LinearOperatorCirculant to third_party.Gravatar Ian Langmore2018-04-24
* Add LinearOperatorKronecker, representing the Kronecker product.Gravatar A. Unique TensorFlower2018-04-16
* Add broadcasting to all LinearOperators.Gravatar A. Unique TensorFlower2018-04-13
* Merge changes from github.Gravatar Michael Case2018-04-10
* 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
* Remove cached tensors from LinearOperator.Gravatar A. Unique TensorFlower2018-03-22
* Add LinearOperatorBlockDiagonal, which supports matrix-free block diagonal st...Gravatar A. Unique TensorFlower2018-03-13
* Add test for API generated with tf_export calls to api_compatibility_test.py.Gravatar Anna R2018-03-13
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-02-06
* Support `float16` `dtype` in `tf.linalg.*`.Gravatar Joshua V. Dillon2018-02-02
* Added matrix logarithm op to linear algebra ops.Gravatar A. Unique TensorFlower2018-01-18
* linear_operator_test_util.py. Adding hooks for turning offGravatar Ian Langmore2017-11-16
* Added CPU matrix exponential op to TensorFlow.Gravatar A. Unique TensorFlower2017-11-07
* Use the new robust implementation of log determinant (linalg.slogdet) in Line...Gravatar A. Unique TensorFlower2017-10-26
* Replace tf.conj(tf.transpose(foo)) and tf.transpose(tf.conj(foo)) idioms with...Gravatar A. Unique TensorFlower2017-10-12
* 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