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

Function IsLoopCond

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

Source from the content-addressed store, hash-verified

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

Callers 3

AddControlFlowFunction · 0.70
ValidateControlFlowInfoFunction · 0.70
ExtractWhileLoopFramesFunction · 0.50

Calls 1

IsLoopCondMethod · 0.80

Tested by

no test coverage detected