Searched refs:sve_logits_1d_max (Results 1 – 6 of 6) sorted by relevance
/external/ComputeLibrary/src/cpu/kernels/softmax/generic/sve/ |
D | impl.cpp | 33 void sve_logits_1d_max(const ITensor *in, ITensor *out, const Window &window) in sve_logits_1d_max() function 169 template void sve_logits_1d_max<float>(const ITensor *in, ITensor *out, const Window &window); 170 template void sve_logits_1d_max<float16_t>(const ITensor *in, ITensor *out, const Window &window); 171 template void sve_logits_1d_max<qasymm8_t>(const ITensor *in, ITensor *out, const Window &window); 172 template void sve_logits_1d_max<qasymm8_signed_t>(const ITensor *in, ITensor *out, const Window &wi…
|
D | qasymm8_signed.cpp | 34 return sve_logits_1d_max<qasymm8_signed_t>(in, out, window); in sve_qasymm8_signed_logits()
|
D | qasymm8.cpp | 34 return sve_logits_1d_max<qasymm8_t>(in, out, window); in sve_qasymm8_logits()
|
D | impl.h | 33 void sve_logits_1d_max(const ITensor *in, ITensor *out, const Window &window);
|
D | fp32.cpp | 40 return sve_logits_1d_max<float>(in, out, window); in sve_fp32_logits()
|
D | fp16.cpp | 39 return sve_logits_1d_max<float16_t>(in, out, window); in sve_fp16_logits()
|