Home
last modified time | relevance | path

Searched refs:DoLookup (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.h208 Status DoLookup(const string& container, TypeIndex type, const string& name,
483 Status s = DoLookup(container, MakeTypeIndex<T>(), name, &found);
Dresource_mgr.cc164 Status ResourceMgr::DoLookup(const string& container, TypeIndex type, in DoLookup() function in tensorflow::ResourceMgr