MCPcopy 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
367void InMemoryRunGraphRequest::add_recv_key(const string& recv_key) {
368 recvs_.push_back(recv_key);
369}
370
371bool InMemoryRunGraphRequest::is_partial() const { return is_partial_; }
372

Callers 5

ComputeAsyncMethod · 0.80
BuildRunGraphRequestFunction · 0.80
RunPartitionsHelperMethod · 0.80
RunMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by 1

BuildRunGraphRequestFunction · 0.64