HomeSort by relevance Sort by last modified time
    Searched defs:ResourceMgr (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/framework/
resource_mgr.cc 71 Status ResourceMgr::InsertDebugTypeName(uint64 hash_code,
81 const char* ResourceMgr::DebugTypeName(uint64 hash_code) const {
90 ResourceMgr::ResourceMgr() : default_container_("localhost") {}
92 ResourceMgr::ResourceMgr(const string& default_container)
95 ResourceMgr::~ResourceMgr() { Clear(); }
97 void ResourceMgr::Clear() {
108 string ResourceMgr::DebugString() const
    [all...]
resource_mgr.h 42 // A ResourceMgr instance keeps track of named and typed resources
47 // registered with ResourceMgr under a named "container" name. At any
60 // ResourceMgr rm;
103 class ResourceMgr {
105 ResourceMgr();
106 explicit ResourceMgr(const string& default_container);
107 ~ResourceMgr();
200 TF_DISALLOW_COPY_AND_ASSIGN(ResourceMgr);
269 Status Init(ResourceMgr* rmgr, const NodeDef& ndef,
271 Status Init(ResourceMgr* rmgr, const NodeDef& ndef)
    [all...]

Completed in 52 milliseconds