aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON
AgeCommit message (Expand)Author
2021-07-23Port NEFullyConnectedLayer to memory injecting interfaceMichele Di Giorgio
2021-07-22Expose fast_math mode for GEMM through BFloat16Georgios Pinitas
2021-07-15Port NEGEMMConvolutionLayerManuel Bottini
2021-07-13Port NEWinogradConvolutionLayerMichalis Spyrou
2021-07-09Port NECol2ImKernelManuel Bottini
2021-07-08Remove redundant implementations of Add/Sub operatorsGeorgios Pinitas
2021-07-08Port NEGEMMLowp Part 2Manuel Bottini
2021-07-06Port NEIm2ColKernelManuel Bottini
2021-07-02Port NEGEMM to memory injecting interface (Part 3)Michele Di Giorgio
2021-06-29Port NEGEMM to memory injecting interface (Part 2)Michele Di Giorgio
2021-06-29Port NEGEMM to memory injecting interface (Part 1)Michele Di Giorgio
2021-06-25Port NEGEMMConv2d to memory injecting interfaceMichele Di Giorgio
2021-06-22Port NEGEMMLowp Part 1Manuel Bottini
2021-06-22Add FP16 support to CLRemapFreddie Liardet
2021-06-18Integrate improved CPU depthwise convolution kernelsMichele Di Giorgio
2021-06-18Remove implementation headers from NESoftmaxLayer public headerGeorgios Pinitas
2021-06-15Fix incorrect memory handling in ported functionsManuel Bottini
2021-06-11Fix errata in documentationJakub Sujak
2021-06-07Revert "Implement memory injection in CpuDirectGemmConv2d"Michele Di Giorgio
2021-06-01Rename ported functionsManuel Bottini
2021-05-27Implement memory injection in CpuDirectGemmConv2dSang-Hoon Park
2021-05-26Create CpuGemmDirectConv2dSang-Hoon Park
2021-05-19Port DepthConvert to new ApiGeorgios Pinitas
2021-05-18Port CLGEMM to memory injecting interfaceGeorgios Pinitas
2021-05-18Remove padding from NERemapKernelManuel Bottini
2021-05-18Port NEFlatten layer to a memory injecting interfaceGeorgios Pinitas
2021-05-17Move memory management out of CpuPoolingMichele Di Giorgio
2021-05-14Rename NEGEMMAssembly to CpuGemmAssemblySang-Hoon Park
2021-05-13Fix Macros.h include in NEScaleMichele Di Giorgio
2021-05-05Rename Quantization/Dequantization kernels/operators to imperative moodGeorgios Pinitas
2021-05-05Update operator list part3Sheri Zhang
2021-05-04Rename PixelwiseMultiplications to Mul for simplicityGeorgios Pinitas
2021-04-30Update operator list documentation. Part 2.Teresa Charlin
2021-04-28Update operator list documentationSheri Zhang
2021-04-20Port CpuConvertFullyConnectedWeights to new APITeresa Charlin
2021-04-19Port DepthwiseConvolution to new APIMichalis Spyrou
2021-04-14Port NEDirectConvolutionLayer to new APIManuel Bottini
2021-04-08Substitute NEFullyConnectedLayerReshapeWeights by NETransposeTeresa Charlin
2021-04-07Add per channel quantization support for NEDeconvolutionLayerFreddie Liardet
2021-04-06Mixed data-layout testing on high priority operatorsManuel Bottini
2021-03-31Fix trademarks throughout the codebaseMichele Di Giorgio
2021-03-26Make CpuPixelWiseMultiplicationKernel statelessSheri Zhang
2021-03-23Fixed compiler errorsPablo Marquez Tello
2021-03-23Port CpuTranspose to new APITeresa Charlin
2021-03-19Added Qasymm8 datatype support to NEROIPoolingLayer with TestsSuhail Munshi
2021-03-16Port Arm(R) Neon(TM) Scale to new APIManuel Bottini
2021-03-11Add CpuPRelu operatorsSang-Hoon Park
2021-03-11Port Arm(R) Neon(TM) Dequantization to new APIManuel Bottini
2021-03-10Port Arm(R) Neon(TM) Quantization to new APIManuel Bottini
2021-03-08Add dynamic tensor support to CpuElementwiseSang-Hoon Park