aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/batch_matmul_op_impl.h
Commit message (Expand)AuthorAge
* Fix include guardsGravatar A. Unique TensorFlower2018-08-16
* Add GPU support for float16 batched matmul (#18436)Gravatar Ben Barsdell2018-05-10
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Disable parallelizing over both batch and inner matrix dimensions in CPU Batc...Gravatar A. Unique TensorFlower2017-10-03
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Improves performance of tf.matmul(a, b, ...) for dense tensors on NVIDIA GPUs...Gravatar A. Unique TensorFlower2017-03-17
* Shard batch_matmul_op across files to speed up build.Gravatar A. Unique TensorFlower2016-09-30