aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/matmul_op_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Automated rollback of commit 73c7768904554b5b2b6420556b52bfaf43453423. Revert...Gravatar Karmel Allison2018-08-24
* Correction of MatMulStatsTest unit testGravatar Benjamin H. Myara2018-06-06
* Let GetBlasGemmAlgorithms() always return true.Gravatar Yangzihao Wang2017-07-21
* Automated g4 rollback of changelist 162423171Gravatar A. Unique TensorFlower2017-07-18
* Add autotuning code for matmul operator.Gravatar Yangzihao Wang2017-07-18
* Increase tolerance for float32 and float16 matmul tests to get rid of flakes.Gravatar A. Unique TensorFlower2017-03-14
* Fix lint issues introduced by my pull from GitHub.Gravatar Dandelion Mané2017-03-13
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* Fix timeout for matmul_op_test in Windows.Gravatar A. Unique TensorFlower2017-03-07
* Fix bug in matmul gradients for complex types.Gravatar A. Unique TensorFlower2017-03-02
* Clean up matmul test suites and make sure that complex tests set the imaginar...Gravatar A. Unique TensorFlower2017-03-02
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Add support for adjoint and batch matmul to tf.matmul.Gravatar A. Unique TensorFlower2016-11-16
* Allow a python shape inference fn to delegate to the cpp shapeGravatar A. Unique TensorFlower2016-08-23
* When running matmul with a 1xN Tensor (or Nx1) as one of the operands can be ...Gravatar A. Unique TensorFlower2016-07-20
* Enable complex GPU kernels for tf.matmul and tf.batch_matmul.Gravatar RJ Ryan2016-07-13
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-26
* Reduce dimension size for matmul of complex due to flakiness.Gravatar Vijay Vasudevan2016-05-25
* Merge changes from github.Gravatar Derek Murray2016-05-23
* Enable fp16 support for MatMul via cuBLAS, gated on compilation withGravatar A. Unique TensorFlower2016-05-17
* Add Dimension.__str__ and improve TensorShape.merge_with errorsGravatar Geoffrey Irving2016-04-11
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Fix for MatMul statistics transpose error, fixes #899.Gravatar Pete Warden2016-02-01
* Improve exception message when `TensorShape.with_rank()` failsGravatar Derek Murray2016-01-20
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial steps towards python3 support, some documentationGravatar Vijay Vasudevan2015-11-09
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06