Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
size_t InMemoryRunStepRequest::num_feeds() const { return feeds_.size(); }
57
const string& InMemoryRunStepRequest::feed_name(size_t i) const {
58
return feeds_[i].first;
59
}
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