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

Function NodeNameAsStringPiece

tensorflow/core/grappler/utils.h:162–164  ·  view source on GitHub ↗

Return the node name corresponding to 'name' if name is valid, or the empty string otherwise.

Source from the content-addressed store, hash-verified

160// Return the node name corresponding to 'name' if name is valid, or the empty
161// string otherwise.
162inline StringPiece NodeNameAsStringPiece(const string& name) {
163 return ParseNodeNameAsStringPiece(name, nullptr);
164}
165
166// Return the node name corresponding to 'name' if name is valid, or the empty
167// string otherwise.

Callers 2

BM_NodeNameAsStringPieceFunction · 0.85
NodeNameFunction · 0.85

Calls 1

Tested by 1

BM_NodeNameAsStringPieceFunction · 0.68