/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx17/ |
D | reduce.hpp | 26 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/ |
D | reduction_ops_test.cc | 27 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/stable/third_party/libc++/src/include/__cxx03/__numeric/ |
D | reduce.h | 30 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b) { in reduce() function 38 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) { in reduce() function 44 reduce(_InputIterator __first, _InputIterator __last) { in reduce() function
|
D | pstl.h | 44 _LIBCPP_HIDE_FROM_ABI _Tp reduce( in reduce() function 62 reduce(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) { in reduce() function 74 reduce(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last) { in reduce() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__numeric/ |
D | reduce.h | 30 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b) { in reduce() function 38 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) { in reduce() function 44 reduce(_InputIterator __first, _InputIterator __last) { in reduce() function
|
D | pstl.h | 44 _LIBCPP_HIDE_FROM_ABI _Tp reduce( in reduce() function 62 reduce(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) { in reduce() function 74 reduce(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last) { in reduce() function
|
/external/cronet/tot/third_party/libc++/src/include/__numeric/ |
D | reduce.h | 30 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b) { in reduce() function 38 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) { in reduce() function 44 reduce(_InputIterator __first, _InputIterator __last) { in reduce() function
|
D | pstl.h | 44 _LIBCPP_HIDE_FROM_ABI _Tp reduce( in reduce() function 62 reduce(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) { in reduce() function 74 reduce(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last) { in reduce() function
|
/external/cronet/stable/third_party/libc++/src/include/__numeric/ |
D | reduce.h | 30 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b) { in reduce() function 38 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) { in reduce() function 44 reduce(_InputIterator __first, _InputIterator __last) { in reduce() function
|
D | pstl.h | 44 _LIBCPP_HIDE_FROM_ABI _Tp reduce( in reduce() function 62 reduce(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) { in reduce() function 74 reduce(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last) { in reduce() function
|
/external/pytorch/torch/nn/modules/ |
D | loss.py | 41 def __init__(self, size_average=None, reduce=None, reduction: str = "mean") -> None: argument 54 reduce=None, argument 124 def __init__(self, size_average=None, reduce=None, reduction: str = "mean") -> None: argument 244 reduce=None, argument 272 reduce=None, argument 345 reduce=None, argument 533 reduce=None, argument 604 def __init__(self, size_average=None, reduce=None, reduction: str = "mean") -> None: argument 691 reduce=None, argument 808 reduce=None, argument [all …]
|
/external/executorch/kernels/portable/cpu/util/ |
D | distance_util.h | 51 static inline CTYPE reduce(const CTYPE& agg, const CTYPE& up) { in reduce() function 64 static inline CTYPE reduce(const CTYPE& agg, const CTYPE& up) { in reduce() function 77 static inline CTYPE reduce(const CTYPE& agg, const CTYPE& up) { in reduce() function 90 static inline CTYPE reduce(const CTYPE& agg, const CTYPE& up) { in reduce() function 103 static inline CTYPE reduce(const CTYPE& agg, const CTYPE& up) { in reduce() function
|
/external/pytorch/aten/src/ATen/native/ |
D | ReductionType.h | 9 inline ReductionType get_reduction_enum(const c10::string_view& reduce) { in get_reduction_enum() 26 inline ReductionType get_operator_enum(const c10::string_view reduce, bool use_new_options) { in get_operator_enum()
|
D | SharedReduceOps.h | 101 inline C10_DEVICE acc_t reduce(acc_t acc, scalar_t data, index_t /*idx*/) const { in reduce() function 165 inline C10_DEVICE acc_t reduce(acc_t a, scalar_t b, int64_t /*idx*/) const { in reduce() function 198 inline C10_DEVICE acc_t reduce(acc_t acc, scalar_t data, int64_t /*idx*/) const { in reduce() function 227 inline C10_DEVICE acc_t reduce(acc_t acc, scalar_t data, int64_t /*idx*/) const { in reduce() function 258 inline C10_DEVICE acc_t reduce(acc_t acc, scalar_t data, int64_t /*idx*/) const { in reduce() function 290 inline C10_DEVICE acc_t reduce(acc_t acc, scalar_t data, int64_t /*idx*/) const { in reduce() function 320 inline C10_DEVICE acc_t reduce(acc_t acc, scalar_t data, int64_t /*idx*/) const { in reduce() function 368 inline C10_DEVICE acc_t reduce(acc_t acc, scalar_t data, int64_t /*idx*/) const { in reduce() function 394 inline C10_DEVICE acc_t reduce(acc_t a, data_t b, int64_t /*idx*/) const { in reduce() function 457 static C10_DEVICE arg_t reduce(arg_t arg, scalar_t val, int64_t idx) { in reduce() function [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | reduce_decomposer.cc | 37 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/ |
D | gpu_fusible_test.cc | 223 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/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reduction_opportunity.cpp | 18 namespace reduce { namespace
|
D | change_operand_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
/external/angle/third_party/spirv-tools/src/source/reduce/ |
D | reduction_opportunity.cpp | 18 namespace reduce { namespace
|
D | change_operand_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
D | remove_selection_reduction_opportunity.cpp | 21 namespace reduce { namespace
|
/external/mesa3d/src/amd/compiler/tests/ |
D | test_reduce_assign.cpp | 37 Instruction* reduce = in __anona7f5d5e30102() local
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | reduction_opportunity.cpp | 18 namespace reduce { namespace
|
D | change_operand_reduction_opportunity.cpp | 20 namespace reduce { namespace
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | VariantFolder.java | 207 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
|