Home
last modified time | relevance | path

Searched defs:vec_softmax (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dvec_ops.h197 inline void vec_softmax(T* __restrict__ y, const U* __restrict__ x, int n) { in vec_softmax() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DSoftMaxKernel.cpp1127 struct vec_softmax { struct
1128 static void apply(const Tensor& output, const Tensor& input, int64_t dim) { in apply()