Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DSoftMaxKernel.cpp1215 static void softmax_kernel_impl(const Tensor& result, const Tensor& self, int64_t dim) { in softmax_kernel_impl() function
1303 ALSO_REGISTER_AVX512_DISPATCH(softmax_kernel, &softmax_kernel_impl);