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

Method IsArg

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

Is this node a function input

Source from the content-addressed store, hash-verified

262 bool IsWhileNode() const { return class_ == NC_WHILE; }
263 // Is this node a function input
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 {

Callers 12

ConvertNodeMethod · 0.80
CompileFunctionMethod · 0.80
AnalyzeResourceUsageFunction · 0.80
CalculateRetvalRearrangeFunction · 0.80
MaybeRewriteWhileNodeFunction · 0.80
GraphToFunctionDefFunction · 0.80
HasArgsOrRetvalsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected