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

Function IsControlFlow

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

Returns true iff 'n' is a control flow node.

Source from the content-addressed store, hash-verified

879
880// Returns true iff 'n' is a control flow node.
881inline bool IsControlFlow(const Node* n) { return n->IsControlFlow(); }
882
883// Returns true if the node only depends on its input's metadata
884// (shape). Specifically, returns true for "Size", "Shape" and "Rank" ops.

Callers 1

IsHostMemoryPreservingFunction · 0.70

Calls 1

IsControlFlowMethod · 0.80

Tested by

no test coverage detected