Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
bool IsRecv(const NodeDef* node) {
44
return node->op() ==
"_Recv"
|| node->op() ==
"_HostRecv"
;
45
}
46
47
bool IsSend(const NodeDef* node) {
48
return node->op() ==
"_Send"
|| node->op() ==
"_HostSend"
;
Callers
5
Initialize
Method · 0.70
GetTheOnlyDataEdge
Function · 0.70
Done
Method · 0.70
CreateNodeExecStats
Method · 0.70
InferAllocAttr
Function · 0.70
Calls
1
op
Method · 0.45
Tested by
no test coverage detected