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

Method IsRetval

tensorflow/core/graph/graph.h:266–266  ·  view source on GitHub ↗

Is this node a function output

Source from the content-addressed store, hash-verified

264 bool IsArg() const { return class_ == NC_ARG; }
265 // Is this node a function output
266 bool IsRetval() const { return class_ == NC_RETVAL; }
267 bool IsRunGraph() const {
268 return class_ == NC_STAR_RUN_GRAPH ||
269 class_ == NC_RUN_GRAPH; }

Callers 7

CompileFunctionMethod · 0.80
GraphToFunctionDefFunction · 0.80
HasArgsOrRetvalsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected