aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/linalg_grad_test.py
Commit message (Expand)AuthorAge
* Increase tolerance in linalg_grad_test to fix #19935Gravatar Gunhan Gulsoy2018-09-17
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Created pure TensorFlow op for MatrixExponential, allowing gradients and GPU ...Gravatar A. Unique TensorFlower2018-08-01
* Adding gradients for the LogMatrixDeterminant op + tests.Gravatar A. Unique TensorFlower2018-06-06
* * Add GPU support for matrix_solve_ls by implement the default fast path a co...Gravatar A. Unique TensorFlower2017-08-30
* Bump eigen version to get implementation of scalar_expm1_op.Gravatar A. Unique TensorFlower2016-12-15
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Fix another TODO: Enable gradient tests of matrix_triangular_solve for float3...Gravatar A. Unique TensorFlower2016-11-11
* Fix incorrect gradient w.r.t. A for matrix_solve_ls in the underdetermined case.Gravatar A. Unique TensorFlower2016-11-09
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-02
* Replace most linear algebra ops with their batch versions and deprecateGravatar A. Unique TensorFlower2016-09-09
* Fix gradient of batch_matrix_determinant for unknown batch sizes.Gravatar A. Unique TensorFlower2016-07-15
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Adds adjoint attribute to matrix inverse to make it possible to compute the i...Gravatar A. Unique TensorFlower2016-04-15
* Implements gradients for {batch_}matrix_triangular_solve, as well as adjoint ...Gravatar A. Unique TensorFlower2016-04-15
* Add gradients for {batch_}matrix_solve.Gravatar A. Unique TensorFlower2016-04-07
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: more features, performance improvements, and doc fixes.Gravatar Vijay Vasudevan2015-11-18
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06