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

Method IsEnter

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

Source from the content-addressed store, hash-verified

213 bool IsSwitch() const { return class_ == NC_SWITCH; }
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; }

Callers 12

createOperationMethod · 0.80
IsControlFlowV1NodeFunction · 0.80
AddStrictInputSemanticsFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
InsertNodesMethod · 0.80
OptimizerFusionImplMethod · 0.80
InputFrameFunction · 0.80
IsEnterFunction · 0.80
AddGradientsMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64