Home
last modified time | relevance | path

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

/external/executorch/kernels/portable/cpu/test/
Dvec_ops_test.cpp164 torch::executor::vec_softmax(out, X, 3); in TEST()
/external/executorch/kernels/portable/cpu/
Dvec_ops.h197 inline void vec_softmax(T* __restrict__ y, const U* __restrict__ x, int n) { in vec_softmax() function
/external/pytorch/aten/src/ATen/native/cpu/
DSoftMaxKernel.cpp1127 struct vec_softmax { struct
1218 [&] { vec_softmax<scalar_t, false>::apply(result, self, dim); }); in softmax_kernel_impl()
1233 [&] { vec_softmax<scalar_t, true>::apply(result, self, dim); }); in log_softmax_kernel_impl()