Searched refs:num_fetches (Results 1 – 6 of 6) sorted by relevance
414 num_fetches = len(common.get_flattened_names(fetches))415 if num_fetches > 1:416 description += "%d fetches; " % num_fetches418 description += "%d fetch; " % num_fetches
144 unsigned num_fetches; in load_input_vs() local149 num_fetches = MIN2(required_channels, 3); in load_input_vs()153 num_fetches = 1; in load_input_vs()158 for (unsigned i = 0; i < num_fetches; ++i) { in load_input_vs()164 if (num_fetches == 1 && channels_per_fetch > 1) { in load_input_vs()170 num_fetches = channels_per_fetch; in load_input_vs()174 for (unsigned i = num_fetches; i < 4; ++i) in load_input_vs()
72 virtual size_t num_fetches() const = 0;127 size_t num_fetches() const override;178 size_t num_fetches() const override;219 size_t num_fetches() const override;
74 size_t InMemoryRunStepRequest::num_fetches() const { return fetches_.size(); } in num_fetches() function in tensorflow::InMemoryRunStepRequest121 for (size_t i = 0; i < num_fetches(); ++i) { in ToProto()175 size_t MutableProtoRunStepRequest::num_fetches() const { in num_fetches() function in tensorflow::MutableProtoRunStepRequest257 size_t ProtoRunStepRequest::num_fetches() const { in num_fetches() function in tensorflow::ProtoRunStepRequest
823 fetches.reserve(req.num_fetches()); in RunPartitions()824 for (size_t i = 0; i < req.num_fetches(); ++i) { in RunPartitions()1058 for (size_t i = 0; i < req.num_fetches(); ++i) { in CheckFetches()1148 req.num_fetches(), [&req](size_t i) { return req.fetch_name(i); }, in BuildBuildGraphOptions()1783 for (size_t i = 0; i < req.num_fetches(); ++i) { in DoPartialRun()1807 for (size_t i = 0; i < req.num_fetches(); ++i) { in DoPartialRun()1854 for (size_t i = 0; i < req.num_fetches(); ++i) { in CreateDebuggerState()
64 EXPECT_EQ(2, request.num_fetches()); in CheckRunStepRequest()