aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/matrix_inverse_op.cc
Commit message (Expand)AuthorAge
* Add a mutex in cuda_solvers GetrfImpl. (#14492)Gravatar codrut32017-12-28
* Move EyeFunctor to a separate file, and change it to a more efficient impleme...Gravatar A. Unique TensorFlower2017-10-26
* * Add GPU implementation of LogDeterminant op.Gravatar A. Unique TensorFlower2017-10-24
* Use optimized functor for conjugate transpose in MatrixInverseOp.Gravatar A. Unique TensorFlower2017-10-17
* Optimized C++ and CUDA kernels for matrix_set_diag op. The new code is faster...Gravatar A. Unique TensorFlower2017-10-12
* * Add mechanism to CudaSolver for capturing references to temporary tensors. ...Gravatar A. Unique TensorFlower2017-09-29
* Speed up GPU version of tf.matrix_inverse by using LU factorization kernels f...Gravatar A. Unique TensorFlower2017-08-08
* Allow complex valued inputs for matrix inverse.Gravatar A. Unique TensorFlower2017-05-23
* Capture temporary Tensors in async kernels for cholesky_op and matrix_inverse...Gravatar A. Unique TensorFlower2017-05-16
* * Wrap cuBlas high-level solvers into CudaSolver.Gravatar A. Unique TensorFlower2017-05-10
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* Get rid of SupportsBatchOperation template parameter from linear algebra ops,...Gravatar A. Unique TensorFlower2016-08-25
* Refactor common linear algebra op helper classes to a single base class and m...Gravatar A. Unique TensorFlower2016-07-26
* Update copyright for 3p/tf/core.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
* Get rid of attempt to adaptively use Cholesky for inverting SPD matrices in m...Gravatar A. Unique TensorFlower2016-02-22
* Merge changes from GitHub, clean up linter errors, fix dependencies test.Gravatar Martin Wicke2016-02-07
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-07
* TensorFlow: upstrea changes from git.Gravatar Vijay Vasudevan2015-12-07
* TensorFlow: upstream changes to git.Gravatar Vijay Vasudevan2015-12-03
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: more features, performance improvements, and doc fixes.Gravatar Vijay Vasudevan2015-11-18
* TensorFlow: conv improvements, label_image example, andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06