aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/CpuKernelSelectionTypes.h
AgeCommit message (Expand)Author
10 daysAdd SME2 implementation of Softmax for QASYMM8 and QASYMM8_SIGNED.Omar Al Khatib
2024-04-11Add SME2 implementation of softmax for FP16Gunes Bayir
2023-12-05Optimize CpuSoftmaxKernel for axis=0Gunes Bayir
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2022-11-08SVE Hard-Swish via Lookup table for quantized inputPablo Marquez Tello
2022-10-20Update reinterpret tensor as 1D for CPU addViet-Hoa Do
2022-10-03Optimize CPU add layer on quantized dataViet-Hoa Do
2022-08-18Use Neon™ kernels for FP Bilinear Resize for SVEGunes Bayir
2022-08-01Optimize add layer by considering the input tensors as 1D arrayGunes Bayir
2022-06-07Compute Hard-Swish with a Lookup table for qasymm8.Pablo Marquez Tello
2022-03-03Decouple castKernelYair Schwarzbaum
2022-02-22Decouple CpuDirectConv2dKernelalerah01
2022-02-21Decouple CpuDepthwiseConv2dNativeKernelDana Zlotnik
2022-02-14Add kernel selection UT for submitted kernelsDana Zlotnik
2022-02-08Fix build for gcc 9Giorgio Arena
2022-01-12Enable kernel selection testing (Phase #1)Giorgio Arena