Searched refs:DoCreate (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr.h | 204 Status DoCreate(const string& container, TypeIndex type, const string& name, 437 return DoCreate(container, MakeTypeIndex<T>(), name, resource); in Create() 508 s = DoCreate(container, MakeTypeIndex<T>(), name, *resource);
|
D | resource_mgr.cc | 149 Status ResourceMgr::DoCreate(const string& container, TypeIndex type, in DoCreate() function in tensorflow::ResourceMgr
|