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

Method num_feeds

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

Source from the content-addressed store, hash-verified

54}
55
56size_t InMemoryRunStepRequest::num_feeds() const { return feeds_.size(); }
57const string& InMemoryRunStepRequest::feed_name(size_t i) const {
58 return feeds_[i].first;
59}

Callers 6

CheckRunStepRequestFunction · 0.80
RunPartitionsMethod · 0.80
CheckFetchesMethod · 0.80
BuildBuildGraphOptionsFunction · 0.80
DoPartialRunMethod · 0.80
CreateDebuggerStateMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

CheckRunStepRequestFunction · 0.64