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

Method IsLoopCond

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

Source from the content-addressed store, hash-verified

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 ||
221 class_ == NC_HOST_SEND ||

Callers 6

createOperationMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
IsLoopCondFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64