aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/softmax_op_functor.h
Commit message (Expand)AuthorAge
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* [TF] Improve LogSoftMax performanceGravatar A. Unique TensorFlower2017-11-28
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Improved the performance of the log softmax opGravatar Benoit Steiner2016-05-26
* Speeds up Softmax by up to 43%, by changing "/ sum" to "* (1/sum)".Gravatar Zongheng Yang2016-05-23
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* Move Relu and SoftMax Op declarations into header files so they can be regist...Gravatar A. Unique TensorFlower2016-03-18