aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime
AgeCommit message (Expand)Author
2019-12-11COMPMID-2855: CLReduceMean throws error for invalid configsPablo Tello
2019-12-11COMPMID-2855: NEReduceMean throws error for invalid configsPablo Tello
2019-08-06COMPMID-1849: Implement CPPDetectionPostProcessLayerIsabella Gottardi
2019-08-05COMPMID-2544 Add deprecation note to DepthwiseSeparableConvolutionLayer for C...Giorgio Arena
2019-08-01COMPMID-2527: Remove activation function validation in CLWinogradConvolutionL...Gian Marco Iodice
2019-08-01COMPMID-1979: Fuse Activation Function in CLGEMM - part 4Gian Marco Iodice
2019-07-29COMPMID-1849: Add DetectorPostProcess operatorIsabella Gottardi
2019-07-29COMPMID-2336: Rename the new generic depthwise convolution on NEONGian Marco Iodice
2019-07-26COMPMID-2179 New generic depthwise convolution for NEON F32 NHWCGiorgio Arena
2019-07-26COMPMID-2178: Update GEMM assembly code.Georgios Pinitas
2019-07-25COMPMID-2336: Additional warnings for import_memory()Manuel Bottini
2019-07-25COMPMID-2466: Improved ConvLayer documentation.Pablo Tello
2019-07-22COMPMID-2307: QUANTIZED_16BIT_LSTM operator for CLManuel Bottini
2019-07-19COMPMID-2456: NEDeconvolutionLayer.cpp, NHWC is not supportedManuel Bottini
2019-07-18COMPMID-2096: Refactor the CLGEMMLowp function selection (heuristic)Gian Marco Iodice
2019-07-17COMPMID-2283: Implement SIN operator for NEONManuel Bottini
2019-07-16COMPMID-2236: QUANTIZED_16BIT_LSTM operator for NEONMichalis Spyrou
2019-07-12COMPMID-2463: Add deprecation macro to deprecate interfacesGeorgios Pinitas
2019-07-11COMPMID-2092: Refactoring interface for the deconvolution kernels (NEON/CL)Manuel Bottini
2019-07-11COMPMID-2410: Create a new GEMMLowpQuantizeDownInt32ToInt16ScaleKernel for CLManuel Bottini
2019-07-09COMPMID-2156: Optimized dilated convolution for NEON.Georgios Pinitas
2019-07-09COMPMID-2411: Add (logistic and tanh) activation support for QSYMM16 for CLManuel Bottini
2019-07-05COMPMID-2378: Sanitize GEMM configuration for NEONGeorgios Pinitas
2019-07-05COMPMID-2432 Fix defects reported by CoverityMichalis Spyrou
2019-07-03COMPMID-2409: Add QSYMM16 support for PixelWiseMultiplication for NEONManuel Bottini
2019-07-01COMPMID-2407: Add (logistic and tanh) activation support for QSYMM16 for NEONgiuros01
2019-06-28COMPMID-2234 : Add support for axis 3 in NE/CLConcatenateLayerVidhya Sudhan Loganathan
2019-06-26COMPMID-2413: Add QSYMM16 support for PixelWiseMultiplication for CLMichele Di Giorgio
2019-06-25COMPMID-2245: Extend NEFuseBatchNormalization to support DepthwiseConvolution...Manuel Bottini
2019-06-25COMPMID-2406: Create a new GEMMLowpQuantizeDownInt32ToInt16ScaleKernel for NEONGian Marco Iodice
2019-06-25COMPMID-2412: Add QSYMM16 support for ElementwiseAddition for CLMichele Di Giorgio
2019-06-24COMPMID-2235: Extend type support for CL/NEON DequantizationLayer.Georgios Pinitas
2019-06-24COMPMID-2392: Add documentation for import_memory interfaceGeorgios Pinitas
2019-06-20COMPMID-2408: Add QSYMM16 support for ElementwiseAddition for NEONManuel Bottini
2019-06-19COMPMID-2343: Add layer normalization support in NELSTMLayerMichele Di Giorgio
2019-06-18COMPMID-2387: Add support for NEMeanStdDevNormalizationLayerMichele Di Giorgio
2019-06-13COMPMID-2244: Extend CLFuseBatchNormalization to support DepthwiseConvolution...Manuel Bottini
2019-06-13COMPMID-2342: Add layer normalization support in CLLSTMLayerMichele Di Giorgio
2019-06-11COMPMID-2386: Add support for CLMeanStdNormalizationLayerMichele Di Giorgio
2019-06-11COMPMID-2398: Add test for CLFuseBatchNormalizationLayerGian Marco Iodice
2019-06-11COMPMID-2321: PRELU support in NEActivationLayergiuros01
2019-06-06COMPMID-2238: Implement SPACE_TO_DEPTH for CLMichalis Spyrou
2019-06-03COMPMID-2225: Add interface support for new quantized data types.Georgios Pinitas
2019-05-29COMPMID-2237Manuel Bottini
2019-05-29COMPMID-2239 Implement DEPTH_TO_SPACE for CLMichalis Spyrou
2019-05-24COMPMID-2159 Implement Round for CLUsama Arif
2019-05-24COMPMID-2160: Implement Round for NEONUsama Arif
2019-05-24COMPMID-2240 Implement DEPTH_TO_SPACE for NEONMichalis Spyrou
2019-05-24COMPMID-2322: PRELU support in CLActivationLayergiuros01
2019-05-23COMPMID-2252 NECast.Usama Arif