aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/matrix_triangular_solve_op.cc
Commit message (Expand)AuthorAge
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* * Add GPU implementation of LogDeterminant op.Gravatar A. Unique TensorFlower2017-10-24
* Allow complex valued input for Cholesky decomposition.Gravatar A. Unique TensorFlower2017-05-31
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* Disable invalid buffer forwarding in GPU kernel for matrix_triangular_solve.Gravatar A. Unique TensorFlower2017-04-19
* Actually forward inputs in linear algebra ops. Previously, the Tensor copies ...Gravatar A. Unique TensorFlower2017-02-28
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
* 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
* 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