Home
last modified time | relevance | path

Searched refs:num_fetches (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dcli_shared.py423 num_fetches = len(common.get_flattened_names(fetches))
424 if num_fetches > 1:
425 description += "%d fetches; " % num_fetches
427 description += "%d fetch; " % num_fetches
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.h72 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;
Dmessage_wrappers.cc76 size_t InMemoryRunStepRequest::num_fetches() const { return fetches_.size(); } in num_fetches() function in tensorflow::InMemoryRunStepRequest
123 for (size_t i = 0; i < num_fetches(); ++i) { in ToProto()
177 size_t MutableProtoRunStepRequest::num_fetches() const { in num_fetches() function in tensorflow::MutableProtoRunStepRequest
259 size_t ProtoRunStepRequest::num_fetches() const { in num_fetches() function in tensorflow::ProtoRunStepRequest
Dmaster_session.cc766 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()
Dmessage_wrappers_test.cc64 EXPECT_EQ(2, request.num_fetches()); in CheckRunStepRequest()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c561 unsigned num_fetches; in si_llvm_load_input_vs() local
586 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()