aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/CpuSoftmaxKernel.cpp
AgeCommit message (Expand)Author
2024-05-08Add SME2 implementation of Softmax for QASYMM8 and QASYMM8_SIGNED.Omar Al Khatib
2024-04-11Add SME2 implementation of softmax for FP16Gunes Bayir
2024-04-02Add SME2 implementation of softmax for FP32Viet-Hoa Do
2024-03-12Optimize CpuSoftmaxKernel for axis != 0 and neon kernelsOmar Al Khatib
2024-01-23Fix for Logically dead code detected in Coverity checksAnitha Raj
2023-12-05Optimize CpuSoftmaxKernel for axis=0Gunes Bayir
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2022-02-14Add kernel selection UT for submitted kernelsDana Zlotnik
2022-02-01 Enable kernel selection testing (Phase #2)Yair Schwarzbaum
2022-01-13Decouple CpuSoftmaxKernelDana Zlotnik
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas