Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ num_sends
Method
num_sends
tensorflow/core/distributed_runtime/message_wrappers.cc:327–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
size_t InMemoryRunGraphRequest::num_sends() const { return sends_.size(); }
328
329
const string& InMemoryRunGraphRequest::send_key(size_t i) const {
330
return sends_[i].first;
Callers
4
CheckRunGraphRequest
Function · 0.80
PrepareRunGraph
Method · 0.80
DoRunGraph
Method · 0.80
DoPartialRunGraph
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
CheckRunGraphRequest
Function · 0.64