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

Function IsRecv

tensorflow/core/common_runtime/step_stats_collector.cc:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43bool IsRecv(const NodeDef* node) {
44 return node->op() == "_Recv" || node->op() == "_HostRecv";
45}
46
47bool IsSend(const NodeDef* node) {
48 return node->op() == "_Send" || node->op() == "_HostSend";

Callers 5

InitializeMethod · 0.70
GetTheOnlyDataEdgeFunction · 0.70
DoneMethod · 0.70
CreateNodeExecStatsMethod · 0.70
InferAllocAttrFunction · 0.70

Calls 1

opMethod · 0.45

Tested by

no test coverage detected