aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/training_ops_gpu.cu.cc
Commit message (Expand)AuthorAge
* Add an attr to apply_adagrad op that allows it to skip updating the accumulat...Gravatar A. Unique TensorFlower2018-04-24
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Fixed code for Adadelta to match correct algorithm and tightened tolerances inGravatar A. Unique TensorFlower2017-11-27
* Open-sourcing AddSign and PowerSign optimizers, found in Neural OptimizerGravatar A. Unique TensorFlower2017-11-17
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Fix a bug in the CUDA implementation of centered RMSProp. Reordered the sum (...Gravatar A. Unique TensorFlower2016-10-11
* Add option 'centered' to RMSPropOptimizer. When set to False, gradients are n...Gravatar A. Unique TensorFlower2016-10-06
* Merge changes from github.Gravatar Martin Wicke2016-07-25
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Add support for fp16 to all the training ops. Note that FTRL in particularGravatar A. Unique TensorFlower2016-04-20
* Renamed parameters in GPU ApplyGradientDescent for parity with the CPU code.Gravatar A. Unique TensorFlower2016-04-15
* Add explicit casts for a few ops that assumed it could implicitly cast to/fromGravatar A. Unique TensorFlower2016-03-29
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06