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

Function IsNextIteration

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

Source from the content-addressed store, hash-verified

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(); }
858inline bool IsSend(const Node* node) { return node->IsSend(); }

Callers 4

IsControlFlowMethod · 0.70
FunctionalizeLoopFunction · 0.50
InitializeMethod · 0.50

Calls 1

IsNextIterationMethod · 0.80

Tested by

no test coverage detected