Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/cpu/kernels/softmax/generic/sve/
Dimpl.cpp73 void sve_softmax_logits_1d_float(const ITensor *in, const ITensor *max, void *const tmp, in sve_softmax_logits_1d_float() function
174 template void sve_softmax_logits_1d_float<float>(const ITensor *in, const ITensor *max, void *const…
176 template void sve_softmax_logits_1d_float<float16_t>(const ITensor *in, const ITensor *max, void *c…
Dimpl.h36 void sve_softmax_logits_1d_float(const ITensor *in, const ITensor *max, void *const tmp,
Dfp32.cpp35 return sve_softmax_logits_1d_float<float>(in, max, tmp, out, beta, is_log, window); in sve_fp32_softmax()
Dfp16.cpp34 return sve_softmax_logits_1d_float<float16_t>(in, max, tmp, out, beta, is_log, window); in sve_fp16_softmax()