aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/linalg_grad.py
Commit message (Expand)AuthorAge
* Adding gradients for the LogMatrixDeterminant op + tests.Gravatar A. Unique TensorFlower2018-06-06
* Merge changes from github.Gravatar Michael Case2018-02-07
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Added gradient op for QR decompositionGravatar A. Unique TensorFlower2017-10-20
* Replace tf.conj(tf.transpose(foo)) and tf.transpose(tf.conj(foo)) idioms with...Gravatar A. Unique TensorFlower2017-10-12
* Add gradient for SVD. This is based on draft code by Catalin Ionescu (cdi@goo...Gravatar A. Unique TensorFlower2017-10-11
* Fix linter error in linalg_grad.py that broke opensource build.Gravatar A. Unique TensorFlower2017-08-30
* * Add GPU support for matrix_solve_ls by implement the default fast path a co...Gravatar A. Unique TensorFlower2017-08-30
* Guards references to tensor.op to avoid calling them in eager mode.Gravatar Alexandre Passos2017-08-29
* Add unit tests and fix broken gradient calculation for tf.self_adjoint_eigvals.Gravatar A. Unique TensorFlower2017-08-21
* Allow complex valued input for Cholesky decomposition.Gravatar A. Unique TensorFlower2017-05-31
* Fixes gradient for complex valued inputsGravatar A. Unique TensorFlower2017-05-23
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* 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