Home
last modified time | relevance | path

Searched defs:need_acc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DScatterGatherKernel.cpp152 inline void create_acc_buffer(Tensor& buffer, const Tensor& self, bool need_acc) { in create_acc_buffer()
170 bool need_acc = isReducedFloatingType(self.scalar_type()); in operator ()() local
267 bool need_acc = isReducedFloatingType(self.scalar_type()); in operator ()() local
363 bool need_acc = isReducedFloatingType(self.scalar_type()); in operator ()() local
458 bool need_acc = isReducedFloatingType(self.scalar_type()); in operator ()() local
554 bool need_acc = isReducedFloatingType(self.scalar_type()); in operator ()() local
768 static constexpr bool need_acc = is_reduced_floating_point_v<scalar_t>; in cpu_scatter_reduce_expanded_index() local
H A DSpmmReduceKernel.cpp95 static constexpr bool need_acc = is_reduced_floating_point_v<scalar_t>; in spmm_reduce_kernel_impl() local
193 static constexpr bool need_acc = is_reduced_floating_point_v<scalar_t>; in spmm_reduce_arg_kernel_impl() local
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DSparseCsrTensorUtils.h418 constexpr bool need_acc = !std::is_same_v<scalar_t, acc_t>; variable