MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / num_recvs

Method num_recvs

tensorflow/core/distributed_runtime/message_wrappers.cc:361–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361size_t InMemoryRunGraphRequest::num_recvs() const { return recvs_.size(); }
362
363const string& InMemoryRunGraphRequest::recv_key(size_t i) const {
364 return recvs_[i];

Callers 4

ComputeAsyncMethod · 0.80
CheckRunGraphResponseFunction · 0.80
PrepareRunGraphMethod · 0.80
RunPartitionsHelperMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

CheckRunGraphResponseFunction · 0.64