Searched refs:num_fetches (Results 1 – 6 of 6) sorted by relevance
423 num_fetches = len(common.get_flattened_names(fetches))424 if num_fetches > 1:425 description += "%d fetches; " % num_fetches427 description += "%d fetch; " % num_fetches
72 virtual size_t num_fetches() const = 0;124 size_t num_fetches() const override;175 size_t num_fetches() const override;216 size_t num_fetches() const override;
76 size_t InMemoryRunStepRequest::num_fetches() const { return fetches_.size(); } in num_fetches() function in tensorflow::InMemoryRunStepRequest123 for (size_t i = 0; i < num_fetches(); ++i) { in ToProto()177 size_t MutableProtoRunStepRequest::num_fetches() const { in num_fetches() function in tensorflow::MutableProtoRunStepRequest259 size_t ProtoRunStepRequest::num_fetches() const { in num_fetches() function in tensorflow::ProtoRunStepRequest
766 fetches.reserve(req.num_fetches()); in RunPartitions()767 for (size_t i = 0; i < req.num_fetches(); ++i) { in RunPartitions()1001 for (size_t i = 0; i < req.num_fetches(); ++i) { in CheckFetches()1091 req.num_fetches(), [&req](size_t i) { return req.fetch_name(i); }, in BuildBuildGraphOptions()1691 for (size_t i = 0; i < req.num_fetches(); ++i) { in DoPartialRun()1715 for (size_t i = 0; i < req.num_fetches(); ++i) { in DoPartialRun()1762 for (size_t i = 0; i < req.num_fetches(); ++i) { in CreateDebuggerState()
64 EXPECT_EQ(2, request.num_fetches()); in CheckRunStepRequest()
561 unsigned num_fetches; in si_llvm_load_input_vs() local586 num_fetches = 3; /* 3 2-dword loads */ in si_llvm_load_input_vs()590 num_fetches = 2; /* 2 4-dword loads */ in si_llvm_load_input_vs()595 num_fetches = 3; in si_llvm_load_input_vs()600 num_fetches = 3; in si_llvm_load_input_vs()604 num_fetches = 1; in si_llvm_load_input_vs()608 for (unsigned i = 0; i < num_fetches; i++) { in si_llvm_load_input_vs()