Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DActivation.cpp1046 const Vec threshold_vec(threshold); in softplus_kernel() local
1067 const Vec threshold_vec(threshold); in softplus_kernel() local
1089 const Vec threshold_vec(threshold); in softplus_backward_kernel() local
1113 const Vec threshold_vec(threshold); in softplus_backward_kernel() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/kernels/
H A DQuantizedOpKernels.cpp1061 Vec threshold_vec = Vec(threshold_float); in qthreshold_kernel() local