aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/resource_mgr.h
Commit message (Expand)AuthorAge
* Add documentation of the ownership semantics to {Lookup,Create,LookupOrCreate...Gravatar Derek Murray2018-09-28
* [TF] Add new internal ops _VarHandlesOp and _ReadVariablesOp.Gravatar Peter Hawkins2018-09-26
* Mark the ResourceHandleOp as inexpensive.Gravatar Derek Murray2018-09-12
* Change HandleFromInput() to return a `const ResourceHandle&` and avoid copyin...Gravatar Derek Murray2018-09-12
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Fix a typo in docstringGravatar A. Unique TensorFlower2018-08-20
* Add warning to LookupOrCreate about reentrancy issueGravatar Nick Felt2018-05-25
* Ensure ResourceMgr::LookupOrCreate calls create fn just onceGravatar Nick Felt2018-05-24
* Fixes potential race in ResourceHandleOp::ComputeGravatar Alexandre Passos2018-05-15
* Fast-path to VarHandleOpGravatar Alexandre Passos2018-05-07
* internal changeGravatar A. Unique TensorFlower2018-03-28
* Remove a bunch of proto.h includes from tensorflow/core headersGravatar Gunhan Gulsoy2017-08-23
* Remove extra Ref in resource handles when using IsResourceInitialized.Gravatar A. Unique TensorFlower2017-07-18
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* LookupTable ops go to V2, use resource handles.Gravatar Eugene Brevdo2017-05-01
* Add interfaces in OpKernelContext and ResourceBase for tracking persistent st...Gravatar Yuefeng Zhou2017-03-01
* Added an op to delete a resource from a container.Gravatar Manjunath Kudlur2017-01-30
* Adds V2 versions of Queue and Reader ops using ResourceHandles.Gravatar A. Unique TensorFlower2017-01-04
* Uses containers for per_step resources instead of a separate resource_mgr.Gravatar A. Unique TensorFlower2016-11-28
* Makes resource variables saveable/restorable.Gravatar A. Unique TensorFlower2016-11-23
* Making simple gradient descent work with resource variables.Gravatar A. Unique TensorFlower2016-11-03
* 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
* Utility functions to use handles, and tests.Gravatar A. Unique TensorFlower2016-10-19
* Adds a resource reference dtype to TF.Gravatar A. Unique TensorFlower2016-10-14
* Fix typo in ResourceMgr documentationGravatar A. Unique TensorFlower2016-09-21
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* DebugString() for all resources owned by devices.Gravatar A. Unique TensorFlower2016-04-28
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Moving the type_index implementation from resource_mgr.h to a separate file.Gravatar Yangqing Jia2016-01-12
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-06
* TensorFlow: upstrea changes from git.Gravatar Vijay Vasudevan2015-12-07
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06