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

Function IsRecv

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

Source from the content-addressed store, hash-verified

859inline bool IsSliceSend(const Node* node) { return node->IsSliceSend(); }
860inline bool IsFileSliceSend(const Node* node) { return node->IsFileSliceSend(); }
861inline bool IsRecv(const Node* node) { return node->IsRecv(); }
862inline bool IsSliceRecv(const Node* node) { return node->IsSliceRecv(); }
863inline bool IsFileSliceRecv(const Node* node) { return node->IsFileSliceRecv(); }
864inline bool IsFuseRecv(const Node* node) { return node->IsFuseRecv(); }

Callers 1

IsTransferNodeFunction · 0.70

Calls 1

IsRecvMethod · 0.80

Tested by

no test coverage detected