aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/training_op_helpers.cc
Commit message (Expand)AuthorAge
* Fix potential use-after-free in the training ops.Gravatar Derek Murray2018-09-26
* Fix memory leak of a Var resource in the multiple variable-handling kernels.Gravatar Derek Murray2018-09-24
* Always lock resource variables in training ops.Gravatar Alexandre Passos2018-07-27
* Switch resource variables from copy-on-read to copy-on-write.Gravatar A. Unique TensorFlower2017-09-11
* Fix missing variable unrefGravatar A. Unique TensorFlower2017-06-26
* Refactor training helper functions to separate library.Gravatar A. Unique TensorFlower2017-04-28