aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core
AgeCommit message (Expand)Author
2019-05-10COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-05-10COMPMID-1635: Optimize CLDeconvolutionLayer - Part IIIgiuros01
2019-05-09COMPMID-1973: Implement FFTConvolutionLayer on NEONgiuros01
2019-05-09COMPMID-2118 : (Nightly) : CLGroupedGEMMConvolutionLayer validation issuesVidhya Sudhan Loganathan
2019-05-07COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-05-02COMPMID-2176: Add dilation support in calculate_same_pad()Pablo Tello
2019-05-01COMPMID-1963: Implement FFT (2D) on NEONgiuros01
2019-04-29COMPMID-2117 : Use FFT convolution if output feature map depth is less than i...Vidhya Sudhan Loganathan
2019-04-26COMPMID-1961: Implement FFT (1D) on NEONgiuros01
2019-04-24COMPMID-2048: Add support for dilation in NEDepthwiseConvolution.Usama Arif
2019-04-18COMPMID-2047: Add support for dilation in CLDepthwiseConvolution.Usama Arif
2019-04-18COMPMID-2116: (Nightly) : CLWidthConcatenate fails on 32-bit for QASYMM8Georgios Pinitas
2019-04-17COMPMID-2049: Add support for deconvolution for qasymm8 on NEONUsama Arif
2019-04-17COMPMID-1995: Fix release buildsGeorgios Pinitas
2019-04-16COMPMID-2051 Refactor shape_calculator::calculate_concatenate_shapeMichalis Spyrou
2019-04-16COMPMID-1995: Improves DepthwiseConvolution for qasymm8.Georgios Pinitas
2019-04-16COMPMID-2063: New Winograd implementationPablo Tello
2019-04-15COMPMID-1995: Fix NEPoolingLayer for quantized 3x3Georgios Pinitas
2019-04-11COMPMID-1959: Implements 2D FFT on OpenCLGeorgios Pinitas
2019-04-11COMPMID-2012: Remove unnecessary templates from NEON kernelsMichalis Spyrou
2019-04-09COMPMID-2057: Implement and test import memory interfaces.Georgios Pinitas
2019-04-09COMPMID-1995: Fix 32-bit NEDepthwiseConvolution errors.Georgios Pinitas
2019-04-08COMPMID-2097: Implement a heuristic to dispatch CLGEMMReshapedOnlyRHS kernel ...Gian Marco Iodice
2019-04-04COMPMID-2101: DenseNet issue on NHWCGeorgios Pinitas
2019-04-03COMPMID-2099: Enable dummy threads in CLGEMMLowpMatrixMultiplyReshapedOnlyRHS...Gian Marco Iodice
2019-04-02COMPMID-1024 Investigate concatenation for RNN/LSTM OpenCLJohn Kesapides
2019-04-01COMPMID-2002: Implement CLGEMMLowpMatrixMultiplyReshapedOnlyRHS - TransposedGian Marco Iodice
2019-03-29COMPMID-1995: Fixed graph fusion mutator for float types.Georgios Pinitas
2019-03-29COMPMID-1958: Implements 1D FFT in OpenCL.Georgios Pinitas
2019-03-29COMPMID-1975: Update depthwise convolution.Georgios Pinitas
2019-03-28COMPMID-2042: Extend the documentation of the configurable GEMM on OpenCLManuel Bottini
2019-03-27COMPMID-1995: Minor code fixes.Georgios Pinitas
2019-03-27COMPMID-1944 Add support for "reflect" padding mode in NEPadUsama Arif
2019-03-21COMPMID-2066: Create reference implementation for reflect and symmetric paddingsUsama Arif
2019-03-20COMPMID-1932: Implement CLHeightConcatenateLayer.Pablo Tello
2019-03-20COMPMID-2043: Add support for "dummy threads" in CLGEMMReshapedGian Marco Iodice
2019-03-19COMPMID-1995: Update RSH GEMM assembly kernels.Georgios Pinitas
2019-03-19COMPMID-1933: Implement NEHeightConcatenateLayer.Pablo Tello
2019-03-18COMPMID-1995: Fix compiler issues for invalid min,max arguments.Georgios Pinitas
2019-03-15COMPMID-1694: Fuse offset contribution with the output stage when we use NEGE...George Wort
2019-03-14COMPMID-1936: Add support for QASYMM8 in CLQuantizeLayer.Usama Arif
2019-03-14COMPMID-1281 Investigate concatenation for RNN/LSTM NEONJohn Kesapides
2019-03-13COMPMID-1844: Implement CLCropGeorge Wort
2019-03-13COMPMID-1935 Add support for QASYMM8 in NEQuantizeLayerJohn Kesapides
2019-03-08COMPMID-2000: Implement CLGEMMMatrixMultiplyReshapedOnlyRHS - TransposedGian Marco Iodice
2019-03-05COMPMID-1937: Adds support for DequantizationLayer for NEON/CL.Georgios Pinitas
2019-03-05COMPMID-2009: Add support for QASYMM8 in NEPixelWiseMultiplicationKernelManuel Bottini
2019-03-05COMPMID-1843: Implement NECropGeorge Wort
2019-03-05COMPMID-2010: Add support for QASYMM8 in NEArithmeticSubtractionKernelManuel Bottini
2019-03-04COMPMID-1946: Implement NEBatchToSpacegiuros01