summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-16COMPMID-1710 Move some Util functions to core/UtilsMichalis Spyrou2-14/+14
2019-01-16COMPMID-1890 Compile failure (uninitialized warning) with g++7.3Michalis Spyrou1-2/+2
2019-01-15COMPMID-1886 : Enable CLTuner for CLScaleVidhya Sudhan Loganathan1-1/+16
2019-01-15COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel (part 1)Gian Marco Iodice4-64/+177
2019-01-15COMPMID-1724: CL Implement Prod fixManuel Bottini10-19/+19
2019-01-15COMPMID-1885 (Nightly) Bug in NEON ArgMinMaxMichalis Spyrou1-4/+7
2019-01-14COMPMID-1809: Remove padding in NEGEMMConvolutionLayer 64-bit path.Georgios Pinitas4-687/+559
2019-01-14COMPMID-1772: Implement PadV2 for NEONGeorgios Pinitas3-6/+196
2019-01-14COMPMID-1758: NEON: Implement RangeManuel Bottini3-10/+236
2019-01-14COMPMID-1724: CL Implement ProdManuel Bottini7-112/+166
2019-01-14Issue COMPMID-1835: Remove CLGEMMInterleave4x4Kernel and replace with CLGEMMR...giuros014-31/+69
2019-01-11COMPMID-1677: Change ROIPooling layer interface to accept ROIs as tensorsManuel Bottini5-63/+113
2019-01-11COMPMID-1652 NEON Cleanup and add missing testsMichalis Spyrou1-4/+3
2019-01-11COMPMID-1761: NEON: Implement PackIsabella Gottardi4-16/+263
2019-01-10COMPMID-1764 NEON: Implement ArgMax/ArgMinMichalis Spyrou3-274/+576
2019-01-09COMPMID-1710: Collapse window in CLDepthConvertKernelGeorgios Pinitas2-23/+45
2019-01-09COMPMID-1837 : Implement REPEAT utility macro on OpenCLVidhya Sudhan Loganathan2-147/+93
2019-01-08COMPMID-1759 NEON: Implement ReverseMichalis Spyrou2-0/+262
2019-01-08Implementation of Permute CL kernel to handle all permutationsshubham3-106/+40
2019-01-08COMPMID-1865 NEReduceMean fails on shape validationMichalis Spyrou2-24/+88
2019-01-08COMPMID-1756: NEON: Implement RSqrt, ExpGeorge Wort4-6/+266
2019-01-07COMPMID-1727 - CL: Implement GatherManuel Bottini4-1/+275
2019-01-04COMPMID-1765: CPP: Implement TopKVgiuros012-0/+194
2019-01-02COMPMID-1769: Add support for NEON StridedSlice,Split,Slice,UnstackGeorgios Pinitas5-0/+554
2019-01-02COMPMID-1767: NEON: Implement Where/SelectGeorge Wort2-0/+308
2018-12-28COMPMID-1860: Invalid arguments in CLDepthwiseConvolution3x3 for NHWCGeorgios Pinitas2-26/+12
2018-12-28COMPMID-1629: Implement correct CPU id for Kirin 980Georgios Pinitas1-0/+14
2018-12-28COMPMID-1710: Fix regexp in CPUUtilsGeorgios Pinitas1-1/+1
2018-12-27COMPMID-1710: Fixed unused function warning in CLUnstackGeorgios Pinitas1-13/+11
2018-12-21COMPMID-1726: Implement CLUnstack.Pablo Tello1-0/+120
2018-12-21COMPMID-1836: Remove CLGEMMTranspose1xWKernel and replace with CLGEMMReshapeR...giuros015-43/+61
2018-12-20COMPMID-1817 Replace std::regex with POSIX C regex in runtimeMichalis Spyrou2-50/+79
2018-12-20COMPMID-1858: Fix boundary check in gemm_reshape_rhs_matrix_t and gemm_reshap...Gian Marco Iodice1-1/+1
2018-12-19COMPMID-1834: Add transpose support to CLGEMMReshapeLHSMatrixKernelGian Marco Iodice3-2/+290
2018-12-18COMPMID-1755 NEON: Extend DepthConvert to support CastMichalis Spyrou1-7/+140
2018-12-18COMPMID-1722 : CL: Implement RangeVidhya Sudhan Loganathan5-0/+385
2018-12-18COMPMID-1809: Create a neon vector wrapper using register size.Georgios Pinitas1-3/+3
2018-12-17COMPMID-1754: NEON: Implement Maximum, Minumum, SquaredDifferencegiuros012-0/+555
2018-12-17COMPMID-1812: CLSpaceToBatch paddings not calculated correctlyIsabella Gottardi3-47/+63
2018-12-17COMPMID-1710: Fixing gemm_mm_reshaped_lhs_nt_rhs_t with REINTERPRET_OUTPUT_AS_3DGian Marco Iodice1-10/+10
2018-12-14COMPMID-1710: Account alignment for blob-base allocationsGeorgios Pinitas5-24/+27
2018-12-14COMPMID-1710: Fixes in StrideSlice calculations.Georgios Pinitas5-111/+153
2018-12-14COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel for Mali-G76 - Part1Gian Marco Iodice6-67/+1147
2018-12-13COMPMID-1741: Implement NEFuseBatchNormalizationKernelgiuros012-0/+345
2018-12-13COMPMID-1808: Add Detection Output Layer to the GraphAPIIsabella Gottardi7-1/+211
2018-12-13COMPMID-1710: Avoid undefined behavior in GCC 8.2Georgios Pinitas1-4/+4
2018-12-13COMPMID-1071: (3RDPARTY_UPDATE) Add depth multiplier on DepthwiseConv 3x3 NHWCGeorgios Pinitas4-22/+129
2018-12-12COMPMID-1697: NEPermute extended support for more cases.Pablo Tello2-41/+110
2018-12-12COMPMID-1786 Dispatch a single OpenCL when running CLScaleKernel with NHWC wi...Michalis Spyrou3-36/+42
2018-12-11COMPMID-1775: Implement CLGEMMReshapeRHSMatrixKernel to reshape the RHS matri...Gian Marco Iodice3-0/+754