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

Method IsSend

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

Source from the content-addressed store, hash-verified

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 ||
223 class_ == NC_SLICE_SEND ||
224 class_ == NC_FILE_SLICE_SEND; }
225 bool IsSliceSend() const { return class_ == NC_SLICE_SEND; }
226 bool IsFileSliceSend() const { return class_ == NC_FILE_SLICE_SEND; }
227 bool IsRecv() const { return class_ == NC_RECV ||

Callers 7

CompileMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
IsConstantFoldableFunction · 0.80
InitializeMethod · 0.80
AddToCostGraphDefMethod · 0.80
IsSendFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected