aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions
AgeCommit message (Expand)Author
2019-05-17IVGCVSW-2794: Return correct status for ReduceMean operations.branches/arm_compute_19_05Georgios Pinitas
2019-05-15COMPMID-2331: Fix FFTConvolutionLayer when no bias is used.Georgios Pinitas
2019-05-10COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-05-09COMPMID-1973: Implement FFTConvolutionLayer on NEONgiuros01
2019-05-07COMPMID-2177 Fix clang warningsMichalis Spyrou
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-24COMPMID-2048: Add support for dilation in NEDepthwiseConvolution.Usama Arif
2019-04-18COMPMID-2112: Rework memory manager support in NEWinogradLayerGeorgios Pinitas
2019-04-18COMPMID-2047: Add support for dilation in CLDepthwiseConvolution.Usama Arif
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-2063: New Winograd implementationPablo Tello
2019-04-15COMPMID-2111: ConcatenateLayer API should accept an index instead of an enumGeorgios Pinitas
2019-04-08COMPMID-2098: Scope handling of memory group resources.Georgios Pinitas
2019-04-05COMPMID-2062 Rework NEON ConcatenateLayerMichalis Spyrou
2019-03-29COMPMID-1975: Update depthwise convolution.Georgios Pinitas
2019-03-27COMPMID-1944 Add support for "reflect" padding mode in NEPadUsama Arif
2019-03-25COMPMID-2075 Segfault in NELSTMMichalis Spyrou
2019-03-20COMPMID-1932: Implement CLHeightConcatenateLayer.Pablo Tello
2019-03-19COMPMID-2065: Fix validation issue in NEGEMMLowpMMCoreGeorgios Pinitas
2019-03-19COMPMID-1933: Implement NEHeightConcatenateLayer.Pablo Tello
2019-03-15COMPMID-1694: Fuse offset contribution with the output stage when we use NEGE...George Wort
2019-03-14COMPMID-1281 Investigate concatenation for RNN/LSTM NEONJohn Kesapides
2019-03-13COMPMID-1935 Add support for QASYMM8 in NEQuantizeLayerJohn Kesapides
2019-03-05COMPMID-1937: Adds support for DequantizationLayer for NEON/CL.Georgios Pinitas
2019-03-05COMPMID-1843: Implement NECropGeorge Wort
2019-03-04COMPMID-1946: Implement NEBatchToSpacegiuros01
2019-03-01COMPMID-1947: Implement NESpaceToBatchgiuros01
2019-02-21COMPMID-1710: Fix NEReductionOperation border values for QASYMM8.Georgios Pinitas
2019-02-20COMPMID-1710: Quantization information missmatching issues.Georgios Pinitas
2019-02-19COMPMID-2006: NEON GEMMLowp assertion failure.Georgios Pinitas
2019-02-18COMPMID-2005: Tensors have different quantization information.Georgios Pinitas
2019-02-15COMPMID-1710: Add check on different input/output quantization info were not ...Isabella Gottardi
2019-02-11COMPMID-1710 Fix NEON LSTM invalid allocationMichalis Spyrou
2019-02-08COMPMID-1918: Different qinfos support in NEConcatLayer.Pablo Tello
2019-02-07COMPMID-1923: Input is ignored if peephole optimization is enabled inGeorgios Pinitas
2019-02-06COMPMID-1915: Deconvolution doesn't work when inner_dimension_top != 0 or inn...giuros01
2019-02-06COMPMID-1838: Add 4D softmax support for NEON and achieve parity with CLManuel Bottini
2019-02-04COMPMID-1710: Introduce GEMM strategy name in GEMMAssemblyWrapper.Georgios Pinitas
2019-02-04COMPMID-1823: Increase scheduling granularity in NEGemmInterleaved.Georgios Pinitas
2019-02-01COMPMID-1710: Re-enable winograd on A53.Georgios Pinitas
2019-01-25COMPMID-1710: Define missed specializations for comparisonsGeorgios Pinitas
2019-01-23COMPMID-1760: NEON: Implement ProdManuel Bottini
2019-01-21COMPMID-1768: NEON: Implement RealDivGeorge Wort
2019-01-21COMPMID-1753: NEON: Implement Less, Greater, GreaterEqual, Equal, Not EqualGeorge Wort
2019-01-21COMPMID-1763 : NEON: Implement GatherJohn Kesapides
2019-01-18COMPMID-1867: Add NEON/SVE GEMM Hybrid kernels.Georgios Pinitas
2019-01-18COMPMID-1814 : NEScale add support for TOP_LEFT and QASYMM8Vidhya Sudhan Loganathan