aboutsummaryrefslogtreecommitdiff
path: root/src/core/Utils.cpp
AgeCommit message (Expand)Author
2023-12-08Fix validation error in graph_ssd_mobilenetGunes Bayir
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-08-14Optimize CLReduce for Min/Max Axis=0Gunes Bayir
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-07-19Add support for input S64/U64 in CpuCastKernelPablo Marquez Tello
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
2022-09-26Add FP32 Neon™ swish activationJonathan Deakin
2022-09-14Adding GELU activationMurray Kornelsen
2022-03-15Implementation of ClPooling3dramelg01
2021-12-25Add tests for FP Cpu Pooling where pool region is completely outside the inputSiCongLi
2021-11-20Improve start-up timer for GeMM (floating-point):ramelg01
2021-05-13Fix Pooling Layer Bug when input is 1xN sizeFreddie Liardet
2021-03-31Remove Computer Vision generic interfaces and typesGeorgios Pinitas
2021-03-03Add QASYMM8_SIGNED support to graph examples via graph mutatorSiCongLi
2020-10-23COMPMID-3731 Remove OpenCL padding: CLHeightConcatenateLayerKernelGiorgio Arena
2020-10-21COMPMID-3712 Remove OpenCL padding: CLDepthwiseConvolutionLayer3x3NHWCKernel ...Giorgio Arena
2020-08-18COMPMID-3454 Patch1: Relocate data_type_from_name to core/UtilsSiCong Li
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-05-11COMPMID-3239: Fix projection and peephole in NEQLSTMLayerSang-Hoon Park
2020-03-11COMPMID-3069: Remove unnecessary uses of ToolchainSupport.hMatthew Bentham
2020-03-10COMPMID-3080: Implement Hard-Swish activation in CLmorgolock
2020-03-05COMPMID-3152: Initial Bfloat16 supportGeorgios Pinitas
2020-02-19COMPMID-2819: Add semantic versioningGeorgios Pinitas
2020-02-12COMPMID-2819: Avoid overflows in pooling shape calculationGeorgios Pinitas
2020-01-14COMPMID-2760: add support for QASYMM8_SIGNED to CLGEMMConvolutionLayerSang-Hoon Park
2020-01-08MLCE-139 add align_corners parameter to NEScaleSang-Hoon Park
2019-12-20COMPMID-2763 [CL] add support for QASYMM8_SIGNED to SoftmaxLayerSang-Hoon Park
2019-12-03COMPMID-1816: Use parallel reduction on 0 axis in CL ARG_MIN/ARG_MAXManuel Bottini
2019-11-18COMPMID-2919 add error message for zero stride valuesSang-Hoon Park
2019-11-12COMPMID-2895: Remove QASYMM8_PER_CHANNEL data typeGeorgios Pinitas
2019-11-06COMPMID-2308: NEConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filtersGeorgios Pinitas
2019-10-30COMPMID-2707: add keep_dims parameter to Reduction OperationSang-Hoon Park
2019-10-30COMPMID-2306: CLDepthwiseConvolution: support for QUANT8_PER_CHANNEL_SYMMMichele Di Giorgio
2019-10-16COMPMID-2486: Remove disabled compiler warningsMichalis Spyrou
2019-09-04COMPMID-2247: Extend support of CLBoundingBoxTransform for QUANT16_ASYMMMichele Di Giorgio
2019-08-28COMPMID-2605: Add asymmetric padding support for Deconvolution layerMatthew Jackson
2019-08-23COMPMID-2317: Add new QASYMM16 data typeMichele Di Giorgio
2019-08-23COMPMID-2460: Add ELU activation on NEON,CL,GLESGeorgios Pinitas
2019-08-22COMPMID-2417: Add new QASYMM8_PER_CHANNEL data typeMichalis Spyrou
2019-08-08COMPMID-2336 Extend validation for depthwise native and fix same pad calculatorGiorgio Arena
2019-07-12COMPMID-2421: Add 5x5 DepthwiseConv2d in the optimized path for NEONGeorgios Pinitas
2019-06-24COMPMID-2235: Extend type support for CL/NEON DequantizationLayer.Georgios Pinitas
2019-06-20COMPMID-2408: Add QSYMM16 support for ElementwiseAddition for NEONManuel Bottini
2019-05-15COMPMID-2194: Refactor activation function macro in OpenCL. Change all activa...Usama Arif
2019-05-02COMPMID-2176: Add dilation support in calculate_same_pad()Pablo Tello
2019-03-13COMPMID-1995: Allow calculations being performed in pixels borders in conv.Georgios Pinitas
2019-02-01COMPMID-1710: Allow NHWC datalayout in SAME pad calculationIsabella Gottardi
2019-01-30COMPMID-1912: Print functions should be enabled in assert modegiuros01