Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
size_t InMemoryRunStepRequest::num_fetches() const { return fetches_.size(); }
77
const string& InMemoryRunStepRequest::fetch_name(size_t i) const {
78
return fetches_[i];
79
}
Callers
6
CheckRunStepRequest
Function · 0.80
RunPartitions
Method · 0.80
CheckFetches
Method · 0.80
BuildBuildGraphOptions
Function · 0.80
DoPartialRun
Method · 0.80
CreateDebuggerState
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
CheckRunStepRequest
Function · 0.64