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

Function IsExit

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

Source from the content-addressed store, hash-verified

852inline bool IsMerge(const Node* node) { return node->IsMerge(); }
853inline bool IsEnter(const Node* node) { return node->IsEnter(); }
854inline bool IsExit(const Node* node) { return node->IsExit(); }
855inline bool IsNextIteration(const Node* n) { return n->IsNextIteration(); }
856inline bool IsLoopCond(const Node* node) { return node->IsLoopCond(); }
857inline bool IsControlTrigger(const Node* n) { return n->IsControlTrigger(); }

Callers 9

IsControlFlowMethod · 0.70
set_while_ctxMethod · 0.70
BuildControlFlowInfoFunction · 0.70
FunctionalizeLoopFunction · 0.50
IsRootExitMethod · 0.50
ExtractConstantSubgraphFunction · 0.50
InitializeMethod · 0.50
BuildControlFlowInfoMethod · 0.50

Calls 1

IsExitMethod · 0.80

Tested by

no test coverage detected