Home
last modified time | relevance | path

Searched defs:num_feeds (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmessage_wrappers.cc54 size_t InMemoryRunStepRequest::num_feeds() const { return feeds_.size(); } in num_feeds() function in tensorflow::InMemoryRunStepRequest
146 size_t MutableProtoRunStepRequest::num_feeds() const { in num_feeds() function in tensorflow::MutableProtoRunStepRequest
238 size_t ProtoRunStepRequest::num_feeds() const { return request_->feed_size(); } in num_feeds() function in tensorflow::ProtoRunStepRequest
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session_test.cc2623 void FeedFetchBenchmarkHelper(::testing::benchmark::State& state, int num_feeds, in FeedFetchBenchmarkHelper()
2702 const int num_feeds = state.range(0); in BM_FeedFetch() local
2709 const int num_feeds = state.range(0); in BM_FeedFetchCallable() local
2716 const int num_feeds = state.range(0); in BM_FeedFetchCallableSingleThread() local
2724 const int num_feeds = state.range(0); in BM_FeedFetchCallableSingleThreadExecutor() local