aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-03COMPMID-2225: Add interface support for new quantized data types.Georgios Pinitas
2019-06-03COMPMID-2379: Use the macros available in gemm_helpers.h in GEMMLowp OpenCL k...Gian Marco Iodice
2019-05-30COMPMID-2373: Remove unused gemmlowp opencl kernelsGian Marco Iodice
2019-05-29COMPMID-2237Manuel Bottini
2019-05-29COMPMID-2239 Implement DEPTH_TO_SPACE for CLMichalis Spyrou
2019-05-24COMPMID-2159 Implement Round for CLUsama Arif
2019-05-24COMPMID-2160: Implement Round for NEONUsama Arif
2019-05-24COMPMID-2336: Add clang-tidy checks in assembly subfolderMichalis Spyrou
2019-05-24COMPMID-2252: Saturate when converting from S32 to U8 IN NEDepthConvertLayerK...Usama Arif
2019-05-24COMPMID-2240 Implement DEPTH_TO_SPACE for NEONMichalis Spyrou
2019-05-24COMPMID-2322: PRELU support in CLActivationLayergiuros01
2019-05-24COMPMID-2278: Implement REDUCE_MAX operator for CL.Usama Arif
2019-05-23COMPMID-2252 NECast.Usama Arif
2019-05-23COMPMID-2336: Initialize zerobuf arrays in gemm transform kernels.Georgios Pinitas
2019-05-22COMPMID-2279: Implement REDUCE_MAX operator for NEONUsama Arif
2019-05-22COMPMID-2280: Implement REDUCE_MIN operator for NEONUsama Arif
2019-05-22COMPMID-2281: Implement REDUCE_MIN operator for CLUsama Arif
2019-05-22COMPMID-2214: Remove std::vector<std::unique_ptr<>> where possible.Georgios Pinitas
2019-05-22COMPMID-2166: Add tests for importing memory mapped files.Georgios Pinitas
2019-05-22COMPMID-2264: Implement LOG operator for CLUsama Arif
2019-05-21COMPMID-2109: Remove CL/NE Width/Depth ConcatenateLayer functions.Georgios Pinitas
2019-05-21COMPMID-2255: Implement ABS operator for CLgiuros01
2019-05-20COMPMID-2338: Remove CLGEMMInterleave4x4 and CLGEMMTranspose1xWGian Marco Iodice
2019-05-20COMPMID-2243 ArgMinMaxLayer: support new datatypesMichalis Spyrou
2019-05-20COMPMID-2282: Implement SIN operator for CLMichalis Spyrou
2019-05-20COMPMID-2362: Add Quantization Layer to the graph APIIsabella Gottardi
2019-05-17Puts duplicate code into a function in NEBox3x3KernelAlan Kelly
2019-05-17Optimizes NEBox3x3FP16Kernel by removing unnecessary int to float conversionsAlan Kelly
2019-05-17Optimizes NEBox3x3Kernel by replacing floating point computations with fixed ...Alan Kelly
2019-05-17IVGCVSW-2794: Return correct status for ReduceMean operations.Georgios Pinitas
2019-05-17COMPMID-2093: Implement CLGEMMNativegiuros01
2019-05-17COMPMID-2194: Add identity activation function to GLESUsama Arif
2019-05-17COMPMID-2335: Crash in scale_bilinear_nhwc_corePablo Tello
2019-05-16COMPMID-2254Manuel Bottini
2019-05-16COMPMID-2194: Add identity function to NEActivationLayerKernel.cppUsama Arif
2019-05-16COMPMID-2041: Create GEMM helper file for OpenCL.Usama Arif
2019-05-15COMPMID-2270: Implement POW operator for CLUsama Arif
2019-05-15COMPMID-2267: Implement NEG for CLUsama Arif
2019-05-15COMPMID-2302Manuel Bottini
2019-05-15COMPMID-2331: Fix FFTConvolutionLayer when no bias is used.Georgios Pinitas
2019-05-15COMPMID-2194: Refactor activation function macro in OpenCL. Change all activa...Usama Arif
2019-05-15COMPMID-2334: Extend search space for the EXHAUSTIVE OpenCL tunerGian Marco Iodice
2019-05-15COMPMID-2269: Implement POW operator for NEONUsama Arif
2019-05-14COMPMID-2263: Implement NELogLayerUsama Arif
2019-05-14COMPMID-2248Manuel Bottini
2019-05-13COMPMID-1995: Change CLTuner default mode to NORMALMichalis Spyrou
2019-05-13COMPMID-2194: Refactor activation function macro in OpenCL. New Macros for ac...Usama Arif
2019-05-13COMPMID-2268: Implement NEG for NEON.Usama Arif
2019-05-10COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-05-10COMPMID-1635: Optimize CLDeconvolutionLayer - Part IIIgiuros01