Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.cc77 Status ResourceMgr::InsertDebugTypeName(uint64 hash_code, in InsertDebugTypeName() function in tensorflow::ResourceMgr
184 TF_RETURN_IF_ERROR(InsertDebugTypeName(type.hash_code(), type.name())); in DoCreate()
Dresource_mgr.h278 Status InsertDebugTypeName(uint64 hash_code, const string& type_name)