aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/activation
AgeCommit message (Expand)Author
2024-01-10Use look up table for fp16 activationMohammed Suhail Munshi
2024-01-04Prevent RELU from being processed thru LUT in INT8Sangwon Ha
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-06-12Refactor activation LUT computationPablo Marquez Tello
2023-05-17Move lut kernel to sve2 categorySiCong Li
2023-03-29Add quantized support for unary elementwise in CPUViet-Hoa Do
2023-03-23Round to nearest with ties to away from zero in ReluPablo Marquez Tello
2023-02-08Update CPU kernels to remove x19 and w19Michael Tyler
2023-01-18Revert "Update CPU kernels to remove x19"Michael Tyler
2023-01-16Update CPU kernels to remove x19Michael Tyler
2022-11-08SVE Hard-Swish via Lookup table for quantized inputPablo Marquez Tello
2022-11-01Add threshold for floating-point SOFT_RELU activationMilos Puzovic
2022-10-10Fix LUT-based activation layerViet-Hoa Do
2022-09-26Add FP32 Neon™ swish activationJonathan Deakin
2022-09-22Fix unresolved symbol for target armv7a + AndroidPablo Marquez Tello
2022-09-14Adding GELU activationMurray Kornelsen
2022-08-17Add LUT for quantized sigmoid functionViet-Hoa Do
2022-06-29Add LUT-based leaky relu for QASYMM8 on CPUViet-Hoa Do
2022-06-24Improve LUT Neon Hard-SwishPablo Marquez Tello
2022-06-23Select neon LUT Hard-Swish kernel on all devicesPablo Marquez Tello
2022-06-07Compute Hard-Swish with a Lookup table for qasymm8.Pablo Marquez Tello
2022-05-06Use svcreate instead of list initializations.Michalis Spyrou
2022-04-25Add LU_BOUNDED_RELU support for QSYMM16Pablo Marquez Tello
2022-03-03Removing SVE / SVE2 guards from decoupled kernelsalerah01
2021-12-20Decouple CpuActivationKernelDana Zlotnik
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas