Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
bool IsSend(const NodeDef* node) {
48
return node->op() ==
"_Send"
|| node->op() ==
"_HostSend"
;
49
}
50
51
} // namespace
52
Callers
3
Done
Method · 0.70
CreateNodeExecStats
Method · 0.70
InferAllocAttr
Function · 0.70
Calls
1
op
Method · 0.45
Tested by
no test coverage detected