Home
last modified time | relevance | path

Searched refs:max_kernel_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DReduceOps.cpp57 void max_kernel_impl(const Tensor& result, const Tensor& indice, const Tensor& self, int64_t dim, b… in max_kernel_impl() function
94 REGISTER_CUDA_DISPATCH(max_stub, &max_kernel_impl);
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DTensorCompareKernel.cpp134 static void max_kernel_impl( in max_kernel_impl() function
403 REGISTER_DISPATCH(max_stub, &max_kernel_impl);