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

Method LookupArgIndex

tensorflow/compiler/tf2xla/xla_compiled_cpu_function.cc:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87} // namespace
88
89int XlaCompiledCpuFunction::LookupArgIndex(const string& name) const {
90 return LookupNameIndex(name, arg_names_);
91}
92
93int XlaCompiledCpuFunction::LookupResultIndex(const string& name) const {
94 return LookupNameIndex(name, result_names_);

Callers 2

TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

LookupNameIndexFunction · 0.85

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64