aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/matrix_solve_op.cc
Commit message (Expand)AuthorAge
* * 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
* * Add mechanism to CudaSolver for capturing references to temporary tensors. ...Gravatar A. Unique TensorFlower2017-09-29
* Add methods RemoveLastDims and RemoveDimRange to TensorShape. Apart from the ...Gravatar A. Unique TensorFlower2017-09-20
* Include <numeric> for iota to fix build on MSVC.Gravatar A. Unique TensorFlower2017-08-24
* Add GPU implementation of tf.matrix_solve.Gravatar A. Unique TensorFlower2017-08-17
* Actually forward inputs in linear algebra ops. Previously, the Tensor copies ...Gravatar A. Unique TensorFlower2017-02-28
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* Extending matrix_solve to complex64 and complex128.Gravatar A. Unique TensorFlower2016-10-14
* 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
* Add an attribute to {batch_}matrix_solve and {batch_}matrix_triangular_solve ...Gravatar A. Unique TensorFlower2016-04-08
* 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
* Adds {batch_}matrix_solve and {batch_}triangular_matrix_solve ops.Gravatar A. Unique TensorFlower2016-01-15