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

Method IsNextIteration

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

Source from the content-addressed store, hash-verified

215 bool IsEnter() const { return class_ == NC_ENTER; }
216 bool IsExit() const { return class_ == NC_EXIT; }
217 bool IsNextIteration() const { return class_ == NC_NEXT_ITERATION; }
218 bool IsLoopCond() const { return class_ == NC_LOOP_COND; }
219 bool IsControlTrigger() const { return class_ == NC_CONTROL_TRIGGER; }
220 bool IsSend() const { return class_ == NC_SEND ||

Callers 15

createOperationMethod · 0.80
AddBackedgesMethod · 0.80
BackwardsConstAnalysisFunction · 0.80
IsControlFlowV1NodeFunction · 0.80
PropagateShapesFunction · 0.80
NotBackedgeFunction · 0.80
RemoveMethod · 0.80
FindUniqueBackedgeFunction · 0.80
HandleMergeMethod · 0.80
HandleNodeMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64