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

Method IsExit

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

Source from the content-addressed store, hash-verified

214 bool IsMerge() const { return class_ == NC_MERGE; }
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; }

Callers 11

createOperationMethod · 0.80
IsControlFlowV1NodeFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
OptimizerFusionImplMethod · 0.80
OutputFrameFunction · 0.80
IsExitFunction · 0.80
TEST_FFunction · 0.80
ProcessWhileLoopMethod · 0.80
AddGradientsMethod · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64