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

Method ToString

tensorflow/core/graph/tensor_id.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 int index() const { return second; }
46
47 string ToString() const {
48 if (second == Graph::kControlSlot) return strings::StrCat("^", first);
49 return strings::StrCat(first, ":", second);
50 }
51
52 struct Hasher {
53 public:

Callers 14

ParseHelperFunction · 0.45
TEST_FFunction · 0.45
StatusToStringMethod · 0.45
SubgraphMethod · 0.45
TESTFunction · 0.45
RunMethod · 0.45
RemapNodeDefInputsMethod · 0.45

Calls 1

StrCatFunction · 0.50

Tested by 4

ParseHelperFunction · 0.36
TEST_FFunction · 0.36
SubgraphMethod · 0.36
TESTFunction · 0.36