aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/determinant_op.cc
Commit message (Expand)AuthorAge
* * Add GPU implementation of LogDeterminant op.Gravatar A. Unique TensorFlower2017-10-24
* a) Added a new op tf.linalg.slogdet, the equivalent of numpy.linalg.slogdet, andGravatar A. Unique TensorFlower2017-10-03
* * Add mechanism to CudaSolver for capturing references to temporary tensors. ...Gravatar A. Unique TensorFlower2017-09-29
* Enable GPU support of QR decomposition for the cases left out in cl/169249336.Gravatar A. Unique TensorFlower2017-09-19
* Speed up tf.determinant by using LU factorization kernels from cuSolver for l...Gravatar A. Unique TensorFlower2017-08-08
* Implement GPU version of tf.determinant.Gravatar A. Unique TensorFlower2017-08-02
* Add complex tensors support to `matrix_determinant`.Gravatar A. Unique TensorFlower2017-07-06
* 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
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* 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: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06