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

Function IsEnter

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

Source from the content-addressed store, hash-verified

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

Callers 9

TESTFunction · 0.70
IsControlFlowMethod · 0.70
BuildControlFlowInfoFunction · 0.70
ExtractWhileLoopFramesFunction · 0.50
IsRootEnterMethod · 0.50
ExtractConstantSubgraphFunction · 0.50
InitializeMethod · 0.50
BuildControlFlowInfoMethod · 0.50

Calls 1

IsEnterMethod · 0.80

Tested by 1

TESTFunction · 0.56