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

Function IsHostRecv

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

Source from the content-addressed store, hash-verified

864inline bool IsFuseRecv(const Node* node) { return node->IsFuseRecv(); }
865inline bool IsHostSend(const Node* node) { return node->IsHostSend(); }
866inline bool IsHostRecv(const Node* node) { return node->IsHostRecv(); }
867inline bool IsHostFuseRecv(const Node* node) { return node->IsHostFuseRecv(); }
868inline bool IsRunGraph(const Node* node) { return node->IsRunGraph(); }
869

Callers

nothing calls this directly

Calls 1

IsHostRecvMethod · 0.80

Tested by

no test coverage detected