Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AddRecv
Method
AddRecv
tensorflow/core/distributed_runtime/message_wrappers.cc:642–644 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
640
}
641
642
void InMemoryRunGraphResponse::AddRecv(const string& key, const Tensor& value) {
643
recvs_.emplace_back(key, value);
644
}
645
646
StepStats* InMemoryRunGraphResponse::mutable_step_stats() {
647
return &step_stats_;
Callers
3
BuildRunGraphResponse
Function · 0.80
DoRunGraph
Method · 0.80
DoPartialRunGraph
Method · 0.80
Calls
3
AsProtoTensorContent
Method · 0.80
emplace_back
Method · 0.45
set_name
Method · 0.45
Tested by
1
BuildRunGraphResponse
Function · 0.64