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

Function NodePosition

tensorflow/core/grappler/utils.h:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172inline int NodePosition(const string& name) {
173 int position;
174 ParseNodeNameAsStringPiece(name, &position);
175 return position;
176}
177
178// Add a prefix to a node name with a custom delimiter.
179string AddPrefixToNodeName(const string& name, const string& prefix,

Callers 4

TEST_FFunction · 0.85
InitMethod · 0.85
CreateSendRecvMethod · 0.85

Calls 1

Tested by 1

TEST_FFunction · 0.68