Searched refs:parallel_reduce (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | ReduceAllOpsKernel.cpp | 34 scalar_t result = at::parallel_reduce(0, input_numel, internal::GRAIN_SIZE, ident_v, in reduce_all_impl_vec() 54 scalar_t result = at::parallel_reduce(0, input_numel, internal::GRAIN_SIZE, ident_v, in reduce_all_impl() 127 scalar_t_pair result = at::parallel_reduce(0, input_numel, internal::GRAIN_SIZE, ident_v, in reduce_all_impl_two_outputs() 155 …std::pair<scalar_t, scalar_t> result = at::parallel_reduce(0, input_numel, internal::GRAIN_SIZE, i… in reduce_all_impl_vec_two_outputs()
|
H A D | Reduce.h | 265 iter.parallel_reduce([&](char** data, const int64_t* strides, int64_t size0, int64_t size1) {
|
H A D | SumKernel.cpp | 544 iter.parallel_reduce( in cascade_sum()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | Parallel.h | 121 inline scalar_t parallel_reduce(
|
H A D | Parallel-inl.h | 46 inline scalar_t parallel_reduce( in parallel_reduce() function
|
H A D | TensorIterator.h | 441 void parallel_reduce(loop2d_t loop);
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | test_parallel.cpp | 84 at::parallel_reduce(0, 10, 1, 0, [&](int64_t begin, int64_t end, int ident) { in TEST()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorIteratorReduce.cpp | 24 void TensorIteratorBase::parallel_reduce(loop2d_t loop) { in parallel_reduce() function in at::TensorIteratorBase
|
H A D | ReduceOps.cpp | 1803 const double sum_dx2 = at::parallel_reduce( in std_var_all_cpu()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/ |
H A D | parallel_backend_tbb.h | 119 return tbb::parallel_reduce( in __parallel_reduce() 202 …[__first, __last, &__body]() { tbb::parallel_reduce(tbb::blocked_range<_Index>(__first, __last, 3)… in __parallel_transform_reduce()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/ |
H A D | SparseCsrTensorMath.cpp | 1245 acc_t value = at::parallel_reduce( in reduce_sparse_csr_dim01_cpu_template()
|