MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetApiDef

Method GetApiDef

tensorflow/core/framework/op_gen_lib.cc:545–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545const tensorflow::ApiDef* ApiDefMap::GetApiDef(const string& name) const {
546 return gtl::FindOrNull(map_, name);
547}
548} // namespace tensorflow

Callers 6

GetPythonOpsFunction · 0.80
WriteTSOpsFunction · 0.80
TESTFunction · 0.80
RunMethod · 0.80
TF_ApiDefMapGetFunction · 0.80
WriteCCOpsFunction · 0.80

Calls 1

FindOrNullFunction · 0.85

Tested by 1

TESTFunction · 0.64