Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorCompare.cu89 void clamp_max_scalar_kernel_impl(TensorIteratorBase& iter, Scalar max) { in clamp_max_scalar_kernel_impl() function
102 REGISTER_DISPATCH(clamp_max_scalar_stub, &clamp_max_scalar_kernel_impl);
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DTensorCompareKernel.cpp373 static void clamp_max_scalar_kernel_impl(TensorIteratorBase& iter, Scalar max_) { in clamp_max_scalar_kernel_impl() function
413 REGISTER_DISPATCH(clamp_max_scalar_stub, &clamp_max_scalar_kernel_impl);