aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-05-10COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-05-10COMPMID-1635: Optimize CLDeconvolutionLayer - Part IIIgiuros01
2019-05-09COMPMID-2115: Fix CLFuseBatchNormalizationManuel Bottini
2019-05-09COMPMID-1973: Implement FFTConvolutionLayer on NEONgiuros01
2019-05-07COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-05-03COMPMID-2108: Fuse Activation Layer in CLDepthwiseConvolutionLayer3x3Kernels ...Manuel Bottini
2019-05-02COMPMID-2176: Add dilation support in calculate_same_pad()Pablo Tello
2019-05-01COMPMID-1963: Implement FFT (2D) on NEONgiuros01
2019-05-01COMPMID-1995: Fix clang-tidy warningsMichalis Spyrou
2019-04-26COMPMID-1961: Implement FFT (1D) on NEONgiuros01
2019-04-25COMPMID-2114: CLBatchToSpace missing validation testPablo Tello
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-16COMPMID-2051 Refactor shape_calculator::calculate_concatenate_shapeMichalis Spyrou
2019-04-16COMPMID-2110: Enable CLGEMMLowpMatrixMultiplyReshapeOnlyRHSKernel in CLGEMMLowpGian Marco Iodice
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-05COMPMID-2107 CLPoolingLayer build failureMichalis Spyrou
2019-04-04COMPMID-2101: DenseNet issue on NHWCGeorgios Pinitas
2019-04-04COMPMID-2060: Support different qinfo in PoolingLayerPablo Tello
2019-04-03COMPMID-2099: Enable dummy threads in CLGEMMLowpMatrixMultiplyReshapedOnlyRHS...Gian Marco Iodice
2019-04-03COMPMID-1983 : Optimize NEIm2Col with NHWC data layoutVidhya Sudhan Loganathan
2019-04-03COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL - Part IIIgiuros01
2019-04-02COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL -- Part IIMichele Di Giorgio
2019-04-01COMPMID-2002: Implement CLGEMMLowpMatrixMultiplyReshapedOnlyRHS - TransposedGian Marco Iodice
2019-03-29COMPMID-1995: Removed layout checks from Reduction opsPablo Tello
2019-03-29COMPMID-1958: Implements 1D FFT in OpenCL.Georgios Pinitas
2019-03-29COMPMID-1975: Update depthwise convolution.Georgios Pinitas
2019-03-28COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL -- Part IMichele Di Giorgio
2019-03-27COMPMID-1995: Minor code fixes.Georgios Pinitas
2019-03-26COMPMID-2077 Optimise CLL2NormalizeLayerKernelUsama Arif
2019-03-22COMPMID-2056: Remove data layout check in NECopyLayerKernel and CLCopyLayerKe...Gian Marco Iodice
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-1995: Fix NEActivation LogisticIsabella Gottardi
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-13COMPMID-1844: Implement CLCropGeorge Wort
2019-03-13COMPMID-1935 Add support for QASYMM8 in NEQuantizeLayerJohn Kesapides