aboutsummaryrefslogtreecommitdiff
path: root/src/core/utils
AgeCommit message (Expand)Author
9 daysAdd padding to the shift and multipliers buffersPablo Marquez Tello
2024-04-05Fix compiler errorPablo Marquez Tello
2023-10-10Fix compilation error caused by ambiguous std::abs callGunes Bayir
2023-09-28Reimplement erf functionViet-Hoa Do
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-26Re-arrange header inclusion orderFelix Thomasmathibalan
2023-07-28Port ElementwiseBinary to CKW part 2SiCong Li
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-05-02Fix fully connected and matmul mismatchesViet-Hoa Do
2023-04-19Add quantized support for CPU MatMulViet-Hoa Do
2023-03-29Fix GCC13 compiler errorsPablo Marquez Tello
2022-09-16Optimize Quantized/Integer Bilinear Scale for Neon™Gunes Bayir
2022-09-09Optimize FP32/16 Bilinear Scale Kernel for Neon™Gunes Bayir
2022-07-26Fix for inclusion of "arm_gemm" from src into "Types.h" from coreRamy Elgammal
2022-03-10Added windows native build supportPablo Tello
2021-10-06Fix the multipliers calculationPablo Marquez Tello
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-06-18Integrate improved CPU depthwise convolution kernelsMichele Di Giorgio
2021-01-07Clean up macro definitions in arm_compute headersGiorgio Arena
2020-12-01Update default C++ standard to C++14Georgios Pinitas
2020-10-20COMPMID-3637: Move utility headers from arm_compute to srcSang-Hoon Park
2020-07-31COMPMID-3624: CTS failure on Resize quantized in Neon and CLMichele Di Giorgio
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-06-30COMPMID-3539: Ignore align_corners for scaled size of 1Sang-Hoon Park
2020-04-20COMPMID-3241: Fix hidden scale in NEQLSTMLayerSang-Hoon Park
2020-04-07COMPMID-3281: Implement QSYMM16 Layer Normalization for NEON QLSTMSang-Hoon Park
2020-03-27COMPMID-3284 add utilities for layer normalization of NEON QLSTMSang-Hoon Park
2020-03-11COMPMID-3069: Remove unnecessary uses of ToolchainSupport.hMatthew Bentham
2020-03-10COMPMID-3069: Improve build time by splitting up ToolchainSupport.hMatthew Bentham
2020-01-16COMPMID-2856 Add PrintLayer at graph levelGiorgio Arena
2020-01-09COMPMID-2753: Add support for QASYMM8_SIGNED in CL kernels/functionsManuel Bottini
2019-12-20COMPMID-2608: Enable quantization with multiplier greater than 1 on NEONMichele Di Giorgio
2019-12-19COMPMID-2980 (Nightly) armv7a build failuresMichalis Spyrou
2019-12-11COMPMID-2974: VTS Test failure in CLConvolutionLayer quantized per-channel wi...Michele Di Giorgio
2019-11-28COMPMID-2609: Enable quantization with multiplier greater than 1 on OpenCLMichele Di Giorgio
2019-11-14COMPMID-2309 : CLConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filtersVidhya Sudhan Loganathan
2019-11-06COMPMID-2308: NEConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filtersGeorgios Pinitas
2019-10-30COMPMID-2306: CLDepthwiseConvolution: support for QUANT8_PER_CHANNEL_SYMMMichele Di Giorgio
2019-10-24COMPMID-2501: Support multiplier > 1 during QASYMM8 requantization for Quanti...Manuel Bottini
2019-10-17COMPMID-2486: Remove/add disabled compiler warningsMichalis Spyrou
2019-09-16COMPMID-2650: Add support for QASYMM16 in CLQuantizationLayerMichele Di Giorgio
2019-09-16COMPMID-2646: Wrap thread-related structure to ease bare-metal supportGeorgios Pinitas
2019-05-22COMPMID-2166: Add tests for importing memory mapped files.Georgios Pinitas
2019-05-10COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-05-07COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-03-29COMPMID-1958: Implements 1D FFT in OpenCL.Georgios Pinitas
2018-12-14COMPMID-1710: Fixes in StrideSlice calculations.Georgios Pinitas
2018-11-08COMPMID-1736: Fixed out-of-bound write in CLIm2ColGian Marco Iodice