Home
last modified time | relevance | path

Searched defs:reduce (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx17/
Dreduce.hpp26 T reduce(InputIterator first, InputIterator last, T init, BinaryOperation bOp) in reduce() function
35 T reduce(InputIterator first, InputIterator last, T init) in reduce() function
43 reduce(InputIterator first, InputIterator last) in reduce() function
51 reduce(const Range &r) in reduce() function
58 T reduce(const Range &r, T init) in reduce() function
66 T reduce(const Range &r, T init, BinaryOperation bOp) in reduce() function
/external/tensorflow/tensorflow/core/kernels/
Dreduction_ops_test.cc27 static Graph* ToScalar(const string& reduce, int num_x, int num_y) { in ToScalar()
39 static Graph* ColReduce(const string& reduce, int num_x, int num_y) { in ColReduce()
50 static Graph* RowReduce(const string& reduce, int num_x, int num_y) { in RowReduce()
61 static Graph* ThreeDYReduce(const string& reduce, int num_y, int num_z) { in ThreeDYReduce()
72 static Graph* ThreeDXZReduce(const string& reduce, int num_y, int num_z) { in ThreeDXZReduce()
88 const string& device, const string& reduce, in ReduceToScalar()
100 const string& device, const string& reduce, int num_x, in DoRowReduce()
112 const string& device, const string& reduce, int num_x, in DoColReduce()
124 const string& device, const string& reduce, int num_x, in Do3DYReduce()
136 const string& device, const string& reduce, int num_x, in Do3DXZReduce()
/external/cronet/third_party/libc++/src/include/__numeric/
Dreduce.h26 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp reduce(_InputIterator __first, _InputIt… in reduce() function
34 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp reduce(_InputIterator __first, _InputIt… in reduce() function
41 reduce(_InputIterator __first, _InputIterator __last) { in reduce() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_decomposer.cc37 auto reduce = Cast<HloReduceInstruction>(hlo); in HandleReduce() local
74 auto reduce = Cast<HloReduceInstruction>(hlo); in HandleReduce() local
135 Shape ExpectedOutputShape(HloReduceInstruction* reduce, int input_idx) { in ExpectedOutputShape()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_fusible_test.cc223 const HloInstruction* reduce = in TEST_F() local
241 const HloInstruction* reduce = in TEST_F() local
260 const HloInstruction* reduce = in TEST_F() local
279 const HloInstruction* reduce = in TEST_F() local
300 const HloInstruction* reduce = in TEST_F() local
322 const HloInstruction* reduce = in TEST_F() local
343 const HloInstruction* reduce = in TEST_F() local
365 const HloInstruction* reduce = in TEST_F() local
443 const HloInstruction* reduce = in TEST_F() local
551 const HloInstruction* reduce = in TEST_F() local
[all …]
/external/mesa3d/src/amd/compiler/tests/
Dtest_reduce_assign.cpp50 Instruction* reduce = in __anon60e091810102() local
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreduction_opportunity.cpp18 namespace reduce { namespace
Dchange_operand_reduction_opportunity.cpp20 namespace reduce { namespace
Dremove_function_reduction_opportunity.cpp20 namespace reduce { namespace
Dremove_selection_reduction_opportunity.cpp21 namespace reduce { namespace
Dsimple_conditional_branch_to_branch_reduction_opportunity.cpp20 namespace reduce { namespace
Dreduction_opportunity_finder.cpp18 namespace reduce { namespace
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_opportunity.cpp18 namespace reduce { namespace
Dchange_operand_reduction_opportunity.cpp20 namespace reduce { namespace
Dremove_function_reduction_opportunity.cpp20 namespace reduce { namespace
Dremove_selection_reduction_opportunity.cpp21 namespace reduce { namespace
Dsimple_conditional_branch_to_branch_reduction_opportunity.cpp20 namespace reduce { namespace
/external/angle/third_party/spirv-tools/src/source/reduce/
Dreduction_opportunity.cpp18 namespace reduce { namespace
Dchange_operand_reduction_opportunity.cpp20 namespace reduce { namespace
Dremove_function_reduction_opportunity.cpp20 namespace reduce { namespace
Dremove_selection_reduction_opportunity.cpp21 namespace reduce { namespace
Dreduction_opportunity_finder.cpp18 namespace reduce { namespace
Dsimple_conditional_branch_to_branch_reduction_opportunity.cpp20 namespace reduce { namespace
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVariantFolder.java207 public String reduce(String s) { in reduce() method in VariantFolder
212 public UnicodeSet reduce(UnicodeSet input) { in reduce() method in VariantFolder
215 final String reduce = reduce(it.getString()); in reduce() local
/external/oboe/src/flowgraph/resampler/
DIntegerRatio.cpp28 void IntegerRatio::reduce() { in reduce() function in IntegerRatio

12345678910>>...13