aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/kernels/training_ops.cc
Commit message (Expand)AuthorAge
* Fix FTRL L2-shrinkage behavior: the gradient from the L2 shrinkage term shoul...Gravatar A. Unique TensorFlower2018-08-28
* [XLA] Migrate tf2xla to include the builder in client/.Gravatar A. Unique TensorFlower2018-07-25
* [TF:XLA] Add implementation of ResourceApplyCenteredRMSProp.Gravatar A. Unique TensorFlower2018-07-11
* [TF:XLA] Add implementation of ResourceApplyAdagradDA and ResourceApplyAdaMax.Gravatar A. Unique TensorFlower2018-07-09
* [TF:XLA] Re-enable ResourceApplyAddSign of 16 bit floatsGravatar Benjamin Kramer2018-07-09
* [TF:XLA] Add implementation of ResourceApplyPowerSign and ResourceApplyAddSign.Gravatar A. Unique TensorFlower2018-07-07
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [TF:XLA] Add implementation of ResourceApplyProximalGradientDescent and Resou...Gravatar A. Unique TensorFlower2018-07-03
* [TF:XLA] Add implementation of ResourceApplyAdadelta.Gravatar A. Unique TensorFlower2018-07-02
* [XLA] Rename {SqrtF32, SquareF32, ReciprocalF32} to {Sqrt, Square, Reciprocal...Gravatar Peter Hawkins2018-07-02
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-27
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* [TF:XLA] Improve/refactor the handling of resource types/shapes.Gravatar Peter Hawkins2018-02-02
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* Changed formula for FTRL L1 normalization to be simpler and more efficient.Gravatar A. Unique TensorFlower2017-08-09
* [TF:XLA] Use a more numerically accurate formulation of ResourceApplyRMSProp.Gravatar Peter Hawkins2017-07-12
* 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
* [TF:XLA] Add XLA implementation of ResourceApplyAdam.Gravatar Peter Hawkins2017-05-11
* [TF:XLA] Refactor TF/XLA operator registration.Gravatar Peter Hawkins2017-03-30
* [TF:XLA] Fix copy-and-paste error in error message for ResourceApplyRMSProp.Gravatar Peter Hawkins2017-03-30
* [XLA] Support RMSProp.Gravatar A. Unique TensorFlower2017-03-21
* [TF:XLA] Implement ResourceApplyAdagrad. Split XLA implementation of training...Gravatar Peter Hawkins2017-03-14