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

Method IsIfNode

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

Source from the content-addressed store, hash-verified

259 bool IsFakeParam() const { return class_ == NC_FAKE_PARAM; }
260 bool IsPartitionedCall() const { return class_ == NC_PARTITIONED_CALL; }
261 bool IsIfNode() const { return class_ == NC_IF; }
262 bool IsWhileNode() const { return class_ == NC_WHILE; }
263 // Is this node a function input
264 bool IsArg() const { return class_ == NC_ARG; }

Calls

no outgoing calls

Tested by

no test coverage detected