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

Method IsHostSend

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

Source from the content-addressed store, hash-verified

250 IsNextIteration());
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; }

Callers 3

InferAllocAttrFunction · 0.80
InitializeMethod · 0.80
IsHostSendFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected