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

Method IsHostRecv

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

Source from the content-addressed store, hash-verified

251 }
252 bool IsHostSend() const { return class_ == NC_HOST_SEND; }
253 bool IsHostRecv() const { return class_ == NC_HOST_RECV; }
254 bool IsHostFuseRecv() const { return class_ == NC_HOST_FUSE_RECV; }
255 bool IsScopedAllocator() const { return class_ == NC_SCOPED_ALLOCATOR; }
256 bool IsCollective() const { return class_ == NC_COLLECTIVE; }

Callers 4

HandleNodeMethod · 0.80
InferAllocAttrFunction · 0.80
InitializeMethod · 0.80
IsHostRecvFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected