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

Function ParseNodeName

tensorflow/core/grappler/utils.h:156–158  ·  view source on GitHub ↗

Returns the node name and position in a single call.

Source from the content-addressed store, hash-verified

154
155// Returns the node name and position in a single call.
156inline string ParseNodeName(const string& name, int* position) {
157 return string(ParseNodeNameAsStringPiece(name, position));
158}
159
160// Return the node name corresponding to 'name' if name is valid, or the empty
161// string otherwise.

Callers 15

ParseInputsMethod · 0.85
AddTransformToOutputsMethod · 0.85
IsInputOnHostMethod · 0.85
ShouldProcessMethod · 0.85
GetShapeMethod · 0.85
ShouldProcessMethod · 0.85
GetInputPosMethod · 0.85
IsNDOperateWithMDMethod · 0.85
CustomizedProcessingMethod · 0.85
ShouldProcessMethod · 0.85
IdentityNProcessorMethod · 0.85

Calls 1

Tested by

no test coverage detected