aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/linalg_grad.py
Commit message (Expand)AuthorAge
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Deprecate tf.batch_matmul and replace with equivalent calls to tf.matmul that...Gravatar A. Unique TensorFlower2016-11-21
* Deprecate tf.inv in favor of tf.reciprocal.Gravatar Martin Wicke2016-11-15
* 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
* Add gradient for self_adjoint_eig op. Make the unit test sharded.Gravatar A. Unique TensorFlower2016-09-13
* 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
* Remove NoGradient for ops which could have gradients defined but don't.Gravatar Mrinal Kalakrishnan2016-09-02
* Changes {batch_}self_adjoint_eig ops to return eigenvalues and eigenvectors a...Gravatar A. Unique TensorFlower2016-08-04
* Add an op for singular value decomposition (SVD) of a dense matrix or batches...Gravatar A. Unique TensorFlower2016-08-01
* Fix gradient of batch_matrix_determinant for unknown batch sizes.Gravatar A. Unique TensorFlower2016-07-15
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add gradients for batch_cholesky.Gravatar A. Unique TensorFlower2016-05-26
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18
* 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
* Use new adjoint attribute for solvers to make gradients more efficient.Gravatar A. Unique TensorFlower2016-04-08
* Add gradients for {batch_}matrix_solve.Gravatar A. Unique TensorFlower2016-04-07
* 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