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

Method IsRecv

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

Source from the content-addressed store, hash-verified

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 ||
228 class_ == NC_HOST_RECV ||
229 class_ == NC_REF_RECV ||
230 class_ == NC_SLICE_RECV ||
231 class_ == NC_FILE_SLICE_RECV; }
232 bool IsFuseRecv() const { return class_ == NC_FUSE_RECV ||
233 class_ == NC_HOST_FUSE_RECV; }
234 bool IsSliceRecv() const {return class_ == NC_SLICE_RECV; }

Callers 7

CompileMethod · 0.80
RunMethod · 0.80
HandleNodeMethod · 0.80
RunMethod · 0.80
IsConstantFoldableFunction · 0.80
InitializeMethod · 0.80
IsRecvFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected