aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/training_ops.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
* Remove dead codeGravatar A. Unique TensorFlower2018-01-26
* Automated g4 rollback of changelist 180691955Gravatar Anna R2018-01-09
* Automated g4 rollback of changelist 180670333Gravatar Anna R2018-01-03
* Removing doc strings from REGISTER_OP calls in core/ops.Gravatar Anna R2018-01-03
* Open-sourcing AddSign and PowerSign optimizers, found in Neural OptimizerGravatar A. Unique TensorFlower2017-11-17
* Automated g4 rollback of changelist 168576795Gravatar Olivia Nordquist2017-09-13
* Refactor optimizers and cleanup registrationGravatar A. Unique TensorFlower2017-09-13
* Remove more parts of DCASGD missed in the first pass. (47949b)Gravatar A. Unique TensorFlower2017-08-10
* Add support for the shrinkage-type L2 to FtrlOptimizer in addition to the onl...Gravatar A. Unique TensorFlower2017-07-05
* [TF-XLA] Implement FtrlOptimizerGravatar A. Unique TensorFlower2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Kernels and ops for all optimizers when using resource variables.Gravatar A. Unique TensorFlower2017-01-12
* Add option 'centered' to RMSPropOptimizer. When set to False, gradients are n...Gravatar A. Unique TensorFlower2016-10-06
* Delegate to C++ shape functions for python ops in training_ops and io_ops.Gravatar A. Unique TensorFlower2016-09-06
* Add shape_inference::ShapeHandle and shape_inference::DimensionHandle toGravatar A. Unique TensorFlower2016-08-23
* Adagrad Dual Averaging optimizer for sparse linear models, that takes care of...Gravatar A. Unique TensorFlower2016-08-18
* Merge changes from github.Gravatar Martin Wicke2016-07-25
* Cleanups for shape inference (mainly testing):Gravatar A. Unique TensorFlower2016-07-22
* Add C++ shape inference functions for several image ops.Gravatar A. Unique TensorFlower2016-07-20
* Change OpDefBuilder's SetShapeFn to take a function pointer instead of anGravatar A. Unique TensorFlower2016-07-19
* Add C++ shape inference functions for the Sparse ops in training_ops.cc.Gravatar A. Unique TensorFlower2016-07-18
* Add C++ shape inference functions for several ops in io_ops.cc andGravatar A. Unique TensorFlower2016-07-18
* Fix the doc strings and Attrs in Op registrations to conform toGravatar Manjunath Kudlur2016-06-14
* Merge changes from github.Gravatar Vijay Vasudevan2016-06-11
* ProximalAdagrad and ProximalGradientdescent, which provide l1 and l2 regulari...Gravatar A. Unique TensorFlower2016-06-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Replace True -> `True` in training op docs.Gravatar Josh Levenberg2016-03-25
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* Add fused implementation: FTRL-proximal, which can be used for wide modelGravatar A. Unique TensorFlower2016-02-17
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06