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

Method Name

tensorflow/core/framework/function.cc:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425 }
426
427 string Name(int node_index) const {
428 CHECK_LT(node_index, nodes_.size());
429 return nodes_[node_index].name;
430 }
431
432 string Name(int node_index, int output_index) const {
433 if (output_index == 0) {

Callers

nothing calls this directly

Calls 3

NameClass · 0.70
StrCatFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected