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

Method num_sends

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

Source from the content-addressed store, hash-verified

325}
326
327size_t InMemoryRunGraphRequest::num_sends() const { return sends_.size(); }
328
329const string& InMemoryRunGraphRequest::send_key(size_t i) const {
330 return sends_[i].first;

Callers 4

CheckRunGraphRequestFunction · 0.80
PrepareRunGraphMethod · 0.80
DoRunGraphMethod · 0.80
DoPartialRunGraphMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

CheckRunGraphRequestFunction · 0.64