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

Method IsFuseRecv

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

Source from the content-addressed store, hash-verified

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; }
235 bool IsFileSliceRecv() const { return class_ == NC_FILE_SLICE_RECV; }
236 bool IsConstant() const { return class_ == NC_CONSTANT; }

Callers 2

IsConstantFoldableFunction · 0.80
IsFuseRecvFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected