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

Method Dep

tensorflow/core/framework/function.cc:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 }
422
423 string Dep(int node_index) const {
424 return strings::StrCat("^", Name(node_index));
425 }
426
427 string Name(int node_index) const {
428 CHECK_LT(node_index, nodes_.size());

Callers

nothing calls this directly

Calls 2

NameClass · 0.70
StrCatFunction · 0.50

Tested by

no test coverage detected