aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/sparse_matmul_op.cc
Commit message (Expand)AuthorAge
* Fix typoGravatar candy.dc2018-05-28
* Branch 183429339 (#16469)Gravatar Rasmus Munk Larsen2018-01-26
* Switch a few slice sizes from Eigen::array to DSizes or IndexList to avoid po...Gravatar A. Unique TensorFlower2017-08-24
* Removed thread pinning code from sparse matrix multiplication op.Gravatar A. Unique TensorFlower2017-08-16
* Minor modernizations; use unique_ptr interfaces, simplify template use, use p...Gravatar A. Unique TensorFlower2017-06-13
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Removed now-obsolete memset call and comment now that LIBXSMM can clear its o...Gravatar A. Unique TensorFlower2017-04-19
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
* Fixed bfloat16 integration of LIBXSMM sparse mat-mul.Gravatar A. Unique TensorFlower2017-03-08
* - Upgraded libxsmm to 1.7.1.Gravatar A. Unique TensorFlower2017-02-27
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
* Merge changes from github.Gravatar Shanqing Cai2017-01-23
* Internal-only changesGravatar Shanqing Cai2017-01-21
* Update libxsmm version to 1.6.5.Gravatar A. Unique TensorFlower2017-01-18
* Merge changes from github.Gravatar Patrick Nguyen2017-01-12
* Added experimental support for libxsmm sparse matrix-dense matrixGravatar A. Unique TensorFlower2016-12-21
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Fix SparseMatMulOp when for [m,0] x [0,n] multiplications. This changeGravatar A. Unique TensorFlower2016-10-26
* A few micro-optimizations / cleanup in tensorflow/core.Gravatar A. Unique TensorFlower2016-10-07
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Allow bfloat16 inputs to SparseMatMul.Gravatar A. Unique TensorFlower2016-05-10
* Adding new intrinsics to be used by SparseMatMulGravatar A. Unique TensorFlower2016-05-05
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Add comment about SparseMatMul safetyGravatar Geoffrey Irving2016-03-07
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Minor formatting fixes.Gravatar Vijay Vasudevan2016-02-02
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-07
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: conv improvements, label_image example, andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06