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

Function IsSend

tensorflow/core/common_runtime/step_stats_collector.cc:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool IsSend(const NodeDef* node) {
48 return node->op() == "_Send" || node->op() == "_HostSend";
49}
50
51} // namespace
52

Callers 3

DoneMethod · 0.70
CreateNodeExecStatsMethod · 0.70
InferAllocAttrFunction · 0.70

Calls 1

opMethod · 0.45

Tested by

no test coverage detected