aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/variable_ops.h
Commit message (Expand)AuthorAge
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Moving the Var class to framework so that it can be part ofGravatar A. Unique TensorFlower2018-04-24
* Fix subtle race condition in ResourceVariable.is_initializedGravatar Alexandre Passos2018-02-21
* Create a new Var-like object, LegacyVar, which allows access to its mutex.Gravatar Eugene Brevdo2017-12-07
* Wrap macro bodies in do{}while(0) to prevent capture of else-clauses.Gravatar A. Unique TensorFlower2017-12-06
* Automated g4 rollback of changelist 178054272Gravatar A. Unique TensorFlower2017-12-06
* Create a new Var-like object, LegacyVar, which allows access to its mutex.Gravatar Eugene Brevdo2017-12-05
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* track persistent memory for temporary memory op.Gravatar Yuefeng Zhou2017-05-06
* track variable's persistent momery in the variable op;Gravatar Yuefeng Zhou2017-05-03
* Record allocated sizes for tensors instead of actual tensor sizes.Gravatar Yuefeng Zhou2017-03-14
* Record memory deallocation for destroying temp variable op.Gravatar Yuefeng Zhou2017-03-06
* VariableOp shouldn't own a reference to state stored in the ResourceManager a...Gravatar A. Unique TensorFlower2017-01-17
* Uses containers for per_step resources instead of a separate resource_mgr.Gravatar A. Unique TensorFlower2016-11-28
* Automated rollback of change 137740850Gravatar A. Unique TensorFlower2016-10-31
* Automated rollback of change 137731142Gravatar A. Unique TensorFlower2016-10-31
* Adds functionality for shape inference and dtype checking of variable-based r...Gravatar A. Unique TensorFlower2016-10-31
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Added is_variable_initialized(variable) function.Gravatar Sherry Moore2016-04-07
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-07
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06