aboutsummaryrefslogtreecommitdiff
path: root/src/core/helpers
AgeCommit message (Expand)Author
2024-01-17Fix minor issue, clean lut codeMohammed Suhail Munshi
2024-01-12Fix potential threading issue in LUTManagerMohammed Suhail Munshi
2024-01-10Use look up table for fp16 activationMohammed Suhail Munshi
2023-11-08Optimize CpuGemmConv2d start-up timeSiCong Li
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-04Extend Neon ReshapeLayer validation testsAnitha Raj
2023-08-22Optimize CpuReshapeKernelAnitha Raj
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-06-15Break up Utils.h a bit to reduce unused code being included everywhereMatthew Bentham
2023-04-13Implement MatMul Function and Operator with Floating Point support for CPUMohammed Suhail Munshi
2022-10-12Optimize Neon™ Logistic ActivationMohammed Suhail Munshi
2022-09-14Interpreting tensor as 1D for CPU multiplicationViet-Hoa Do
2022-08-23Fix macos build errorsPablo Marquez Tello
2022-04-13Add support for int8 CpuPool3dAdnan AlSinan
2021-07-23Port NEFullyConnectedLayer to memory injecting interfaceMichele Di Giorgio
2021-07-16Avoid multiple Rhs matrix transformation on ClGemmGeorgios Pinitas
2021-06-25Port NEGEMMConv2d to memory injecting interfaceMichele Di Giorgio
2021-06-15Fix incorrect memory handling in ported functionsManuel Bottini
2021-06-07Revert "Implement memory injection in CpuDirectGemmConv2d"Michele Di Giorgio
2021-05-27Implement memory injection in CpuDirectGemmConv2dSang-Hoon Park
2021-05-18Port CLGEMM to memory injecting interfaceGeorgios Pinitas
2021-05-18Remove padding from NERemapKernelManuel Bottini
2021-03-10Remove valid region calculation from CpuElementwiseSang-Hoon Park
2021-03-08Add dynamic tensor support to CpuElementwiseSang-Hoon Park
2021-03-08Remove usage of valid window region in NHWC CPU kernels - Part1SiCongLi
2021-02-10Revert changes on tensor's strides and fix CLDepthwiseConvolution 3x3 QuantizedGiorgio Arena
2021-02-09Fix CLDepthwiseConvolutionLayer 3x3 QASYMM8Giorgio Arena
2021-01-19Fix doxygen references to new kernelsMichele Di Giorgio
2021-01-12Add SVE support and decouple data type for NEScaleKernelSheri Zhang
2020-10-20COMPMID-3637: Move utility headers from arm_compute to srcSang-Hoon Park