Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ add_recv_key
Method
add_recv_key
tensorflow/core/distributed_runtime/message_wrappers.cc:367–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
void InMemoryRunGraphRequest::add_recv_key(const string& recv_key) {
368
recvs_.push_back(recv_key);
369
}
370
371
bool InMemoryRunGraphRequest::is_partial() const { return is_partial_; }
372
Callers
5
ComputeAsync
Method · 0.80
BuildRunGraphRequest
Function · 0.80
message_wrappers.cc
File · 0.80
RunPartitionsHelper
Method · 0.80
Run
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
1
BuildRunGraphRequest
Function · 0.64