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

Method num_fetches

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

Source from the content-addressed store, hash-verified

74}
75
76size_t InMemoryRunStepRequest::num_fetches() const { return fetches_.size(); }
77const string& InMemoryRunStepRequest::fetch_name(size_t i) const {
78 return fetches_[i];
79}

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