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

Method IsControlTrigger

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

Source from the content-addressed store, hash-verified

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 ||
222 class_ == NC_REF_SEND ||

Callers 4

createOperationMethod · 0.80
IsCompilableNodeMethod · 0.80
HandleNodeMethod · 0.80
IsControlTriggerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected