aboutsummaryrefslogtreecommitdiff
path: root/arm_compute
AgeCommit message (Expand)Author
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-2172: Fuse bias addition with CLGEMMMatrixMultiplyNativeKernelGian Marco Iodice
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-20COMPMID-2053: Fuse bias addition with CLGEMMMatrixMultiplyReshapedKernelGian Marco Iodice
2019-06-19COMPMID-2343: Add layer normalization support in NELSTMLayerMichele Di Giorgio
2019-06-18COMPMID-2387: Add support for NEMeanStdDevNormalizationLayerMichele Di Giorgio
2019-06-17COMPMID-2184: Implement direct convolution 9x9 (NHWC) on OpenCLMichalis Spyrou
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-2380: Create utility functions for is_one and is_zero with floatGian Marco Iodice
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-10COMPMID-2094: Implement CLGEMMLowpNativeGian Marco Iodice
2019-06-07COMPMID-2394: (Nightly) Clang-tidy errorsMichalis Spyrou
2019-06-06COMPMID-2238: Implement SPACE_TO_DEPTH for CLMichalis Spyrou
2019-06-06COMPMID-2336: Fix warnings present in latest gccGeorgios Pinitas
2019-06-05COMPMID-2336: Fix clang-tidy issuesMichalis Spyrou
2019-06-05COMPMID-2372: Add support for QASYMM8 for TanhGeorgios Pinitas
2019-06-04COMPMID-2171: Fuse bias addition with CLGEMMMatrixMultiplyReshapedOnlyRHSKernelGeorgios Pinitas
2019-06-03COMPMID-2225: Add interface support for new quantized data types.Georgios Pinitas
2019-06-03COMPMID-2379: Use the macros available in gemm_helpers.h in GEMMLowp OpenCL k...Gian Marco Iodice
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
2019-05-22COMPMID-2279: Implement REDUCE_MAX operator for NEONUsama Arif
2019-05-22COMPMID-2280: Implement REDUCE_MIN operator for NEONUsama Arif
2019-05-22COMPMID-2214: Remove std::vector<std::unique_ptr<>> where possible.Georgios Pinitas
2019-05-22COMPMID-2166: Add tests for importing memory mapped files.Georgios Pinitas
2019-05-22COMPMID-2264: Implement LOG operator for CLUsama Arif
2019-05-21Optimizes stride 2 NEDirectConvolutionalankelly
2019-05-21COMPMID-2109: Remove CL/NE Width/Depth ConcatenateLayer functions.Georgios Pinitas
2019-05-21COMPMID-2255: Implement ABS operator for CLgiuros01
2019-05-20COMPMID-2338: Remove CLGEMMInterleave4x4 and CLGEMMTranspose1xWGian Marco Iodice
2019-05-20COMPMID-2243 ArgMinMaxLayer: support new datatypesMichalis Spyrou
2019-05-20COMPMID-2282: Implement SIN operator for CLMichalis Spyrou
2019-05-20COMPMID-2362: Add Quantization Layer to the graph APIIsabella Gottardi
2019-05-17COMPMID-2093: Implement CLGEMMNativegiuros01
2019-05-16COMPMID-2254Manuel Bottini
2019-05-15COMPMID-2270: Implement POW operator for CLUsama Arif
2019-05-15COMPMID-2267: Implement NEG for CLUsama Arif