aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/resource_mgr.cc
Commit message (Expand)AuthorAge
* [TF] Add new internal ops _VarHandlesOp and _ReadVariablesOp.Gravatar Peter Hawkins2018-09-26
* Change HandleFromInput() to return a `const ResourceHandle&` and avoid copyin...Gravatar Derek Murray2018-09-12
* Include the name of the resource in error messages about cross-device resourc...Gravatar Peter Hawkins2018-06-18
* Ensure ResourceMgr::LookupOrCreate calls create fn just onceGravatar Nick Felt2018-05-24
* Improve the error message of container not found.Gravatar Jianwei Xie2017-09-13
* Introduce a reader lock into ResourceMgr::DoLookup() to reduce contention.Gravatar A. Unique TensorFlower2017-08-21
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* LookupTable ops go to V2, use resource handles.Gravatar Eugene Brevdo2017-05-01
* Added an op to delete a resource from a container.Gravatar Manjunath Kudlur2017-01-30
* 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
* Do not make it an error to cleanup a non-existent container. This avoidsGravatar A. Unique TensorFlower2016-08-16
* 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
* Replace uses of RE2 with Scanner, for sources that are used on mobile.Gravatar A. Unique TensorFlower2016-03-09
* Moving the type_index implementation from resource_mgr.h to a separate file.Gravatar Yangqing Jia2016-01-12
* 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