aboutsummaryrefslogtreecommitdiff
path: root/arm_compute
AgeCommit message (Expand)Author
2019-01-18COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernelGian Marco Iodice
2019-01-16COMPMID-1794: Add support for NHWC in CLROIAlignLayerGeorge Wort
2019-01-16COMPMID-1710 Move some Util functions to core/UtilsMichalis Spyrou
2019-01-16COMPMID-1710: Add explicit padding arguments to depthwise convolutionGeorgios Pinitas
2019-01-15COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel (part 1)Gian Marco Iodice
2019-01-14COMPMID-1809: Remove padding in NEGEMMConvolutionLayer 64-bit path.Georgios Pinitas
2019-01-14COMPMID-1772: Implement PadV2 for NEONGeorgios Pinitas
2019-01-14COMPMID-1758: NEON: Implement RangeManuel Bottini
2019-01-14COMPMID-1724: CL Implement ProdManuel Bottini
2019-01-14Issue COMPMID-1835: Remove CLGEMMInterleave4x4Kernel and replace with CLGEMMR...giuros01
2019-01-11COMPMID-1677: Change ROIPooling layer interface to accept ROIs as tensorsManuel Bottini
2019-01-11COMPMID-1796: Add support for ranged distribution.Georgios Pinitas
2019-01-11COMPMID-1761: NEON: Implement PackIsabella Gottardi
2019-01-10COMPMID-1764 NEON: Implement ArgMax/ArgMinMichalis Spyrou
2019-01-09COMPMID-1710: Collapse window in CLDepthConvertKernelGeorgios Pinitas
2019-01-08COMPMID-1759 NEON: Implement ReverseMichalis Spyrou
2019-01-08COMPMID-1862 Functions in arm_compute/core/utils/misc/ShapeCalculator.h need ...Michalis Spyrou
2019-01-08COMPMID-1756: NEON: Implement RSqrt, ExpGeorge Wort
2019-01-07COMPMID-1727 - CL: Implement GatherManuel Bottini
2019-01-04COMPMID-1765: CPP: Implement TopKVgiuros01
2019-01-02COMPMID-1769: Add support for NEON StridedSlice,Split,Slice,UnstackGeorgios Pinitas
2019-01-02COMPMID-1767: NEON: Implement Where/SelectGeorge Wort
2018-12-21COMPMID-1726: Implement CLUnstack.Pablo Tello
2018-12-21COMPMID-1836: Remove CLGEMMTranspose1xWKernel and replace with CLGEMMReshapeR...giuros01
2018-12-19COMPMID-1857: Updated script to add copyright headersAnthony Barbier
2018-12-19COMPMID-1834: Add transpose support to CLGEMMReshapeLHSMatrixKernelGian Marco Iodice
2018-12-18COMPMID-1755 NEON: Extend DepthConvert to support CastMichalis Spyrou
2018-12-18COMPMID-1722 : CL: Implement RangeVidhya Sudhan Loganathan
2018-12-18COMPMID-1809: Create a neon vector wrapper using register size.Georgios Pinitas
2018-12-17COMPMID-1754: NEON: Implement Maximum, Minumum, SquaredDifferencegiuros01
2018-12-17COMPMID-1812: CLSpaceToBatch paddings not calculated correctlyIsabella Gottardi
2018-12-14COMPMID-1710: Account alignment for blob-base allocationsGeorgios Pinitas
2018-12-14COMPMID-1710: Fixes in StrideSlice calculations.Georgios Pinitas
2018-12-14COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel for Mali-G76 - Part1Gian Marco Iodice
2018-12-13COMPMID-1741: Implement NEFuseBatchNormalizationKernelgiuros01
2018-12-13COMPMID-1808: Add Detection Output Layer to the GraphAPIIsabella Gottardi
2018-12-13COMPMID-1710: Avoid undefined behavior in GCC 8.2Georgios Pinitas
2018-12-13COMPMID-1071: (3RDPARTY_UPDATE) Add depth multiplier on DepthwiseConv 3x3 NHWCGeorgios Pinitas
2018-12-12COMPMID-1697: NEPermute extended support for more cases.Pablo Tello
2018-12-11COMPMID-1775: Implement CLGEMMReshapeRHSMatrixKernel to reshape the RHS matri...Gian Marco Iodice
2018-12-11COMPMID-1497: Add support for interleaved B reshaping in gemm_interleavedAnthony Barbier
2018-12-10COMPMID-1774: Implement CLGEMMReshapeLHSMatrixKernel to reshape the LHS matri...Gian Marco Iodice
2018-12-07COMPMID-1826: Add support for QASYMM8 in NEArithmeticAdditionKernelGeorgios Pinitas
2018-12-06COMPMID-1463: SSD support: Create Detection layerIsabella Gottardi
2018-12-05COMPMID-1634: Cleaned up NEPoolingLayer.Pablo Tello
2018-12-05COMPMID-1719 CL: Implement RSqrt, ExpMichalis Spyrou
2018-12-05COMPMID-1723: CL: Implement ReverseMichele Di Giorgio
2018-12-05COMPMID-1298: Fuse ReLu activation in CLWinogradOutputTransformManuel Bottini
2018-12-05COMPMID-1073: CLDepthwiseConvolutionLayer uses the optimised pathPablo Tello
2018-12-05COMPMID-1757: NEON: Implement Tilegiuros01