MCPcopy 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
642void InMemoryRunGraphResponse::AddRecv(const string& key, const Tensor& value) {
643 recvs_.emplace_back(key, value);
644}
645
646StepStats* InMemoryRunGraphResponse::mutable_step_stats() {
647 return &step_stats_;

Callers 3

BuildRunGraphResponseFunction · 0.80
DoRunGraphMethod · 0.80
DoPartialRunGraphMethod · 0.80

Calls 3

AsProtoTensorContentMethod · 0.80
emplace_backMethod · 0.45
set_nameMethod · 0.45

Tested by 1

BuildRunGraphResponseFunction · 0.64