aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/softmax_op_test.py
Commit message (Expand)AuthorAge
* Remove unused compatibility code in Softmax implementation now that the forwa...Gravatar Peter Hawkins2018-09-24
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* [TF] Extend the Softmax kernels so they accept shapes with rank >= 1, rather ...Gravatar Peter Hawkins2018-08-06
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Increase softmax gpu unittest numeric stabilityGravatar James Qin2018-04-16
* Change Softmax on CUDA to use fp32 for denominator when input/output are fp16.Gravatar James Qin2018-03-21
* Update a few tests to work with Grappler constant folding.Gravatar A. Unique TensorFlower2018-02-28
* Add pylint check for W0622 redefined-builtin in ci_sanity.sh and fix existing...Gravatar Yifei Feng2018-02-09
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pyl...Gravatar Yifei Feng2018-02-06
* Make softmax_op_test.py work with C API enabled.Gravatar Skye Wanderman-Milne2018-01-26
* Switch the softmax to use the new deterministic reductions on the GPU,Gravatar A. Unique TensorFlower2017-09-13
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Registers more types for some GPU kernels:Gravatar A. Unique TensorFlower2016-10-24
* Created a regression test to ensure that we can properly compute the softmaxGravatar Benoit Steiner2016-10-11
* Extend softmax and logsoftmax to make them work on an arbitrary dimension of ...Gravatar Yuefeng Zhou2016-08-28
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Added support for fp16 to the softmax operationGravatar Benoit Steiner2016-05-26
* Fix softmax to not become log_softmax if name starts with "Log"Gravatar Geoffrey Irving2016-05-12
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* Added check for 0 length input before it can get to Eigen.Gravatar Martin Wicke2016-03-18
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06