aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-06Add tensor related data structures for the new APIGeorgios Pinitas
2021-04-06Remove OpenCL padding: CLL2NormalizeLayerKernelManuel Bottini
2021-04-06Fix build error in CLROIPoolingLayerMichele Di Giorgio
2021-04-06Mixed data-layout testing on high priority operatorsManuel Bottini
2021-04-01Added Qasymm8 datatype support to CLROIPoolingLayer with TestsSuhail Munshi
2021-03-31Fix trademarks throughout the codebaseMichele Di Giorgio
2021-03-31Remove alignment FIXMEMichele Di Giorgio
2021-03-31Remove Computer Vision generic interfaces and typesGeorgios Pinitas
2021-03-29Port ClTranspose to new APITeresa Charlin
2021-03-29Don't build tests by defaultMichele Di Giorgio
2021-03-29Update U8 mmla kernelMichalis Spyrou
2021-03-29Remove usage of valid window region CL - NHWCMichalis Spyrou
2021-03-29NEGEMMConvolution and NEGEMMConv2d produce different resultsManuel Bottini
2021-03-29New variant of OpenCL Winograd (4x4,5x5) input transformationAleksandr Nikolaev
2021-03-26Make CpuPixelWiseMultiplicationKernel statelessSheri Zhang
2021-03-26Workaround for compiler error in gcc-9.2 and 9.3Pablo Marquez Tello
2021-03-26Check biases pointer before referencing in CLDirectConvolutionLayerMichele Di Giorgio
2021-03-26Remove GLES-related codeMichele Di Giorgio
2021-03-25Improve performance of Winograd Output Transform 3x3Gian Marco Iodice
2021-03-25bf16_to_float: Fix strict aliasing violationPablo Marquez Tello
2021-03-25Avoid -O3 optimizations on TensorShape's copy for linux armv7a in release modeGiorgio Arena
2021-03-24Fix indexing of SVE ArithmeticAddition kernelSang-Hoon Park
2021-03-23Fix gemmlowp kernel crash when n0==16SiCongLi
2021-03-23Fixed compiler errorsPablo Marquez Tello
2021-03-23Improve performance of Winograd Input transform 3x3Giorgio Arena
2021-03-23Extend direct convolution (F32/F16/QASYMM8)Gian Marco Iodice
2021-03-23Make ClDirectConvolutionKernel statelessSheri Zhang
2021-03-23Make ClPixelWiseMultiplicationKernel statelessSheri Zhang
2021-03-23Fix typo from AclCpuCapabalities to AclCpuCapabilitiesGeorgios Pinitas
2021-03-23Port CpuTranspose to new APITeresa Charlin
2021-03-22Fix SVE build on newer compilersMichalis Spyrou
2021-03-22Increase tolerance for winograd input transform F32 NHWCGiorgio Arena
2021-03-19Added Qasymm8 datatype support to NEROIPoolingLayer with TestsSuhail Munshi
2021-03-17Updated cpu detectionPablo Marquez Tello
2021-03-16Add test case for memory managed softmax layerSang-Hoon Park
2021-03-16Port Arm(R) Neon(TM) Scale to new APIManuel Bottini
2021-03-15Revert "Close loaded library on OpenCL symbols destruction"Georgios Pinitas
2021-03-12Port OpenCL Scale to new APIManuel Bottini
2021-03-11Port OpenCL Dequantization to new APIManuel Bottini
2021-03-11Add CpuPRelu operatorsSang-Hoon Park
2021-03-11Change the order of internal tensor allocation in CLSoftmaxLayerSang-Hoon Park
2021-03-11Port Arm(R) Neon(TM) Dequantization to new APIManuel Bottini
2021-03-10Update release note for data type decouplingGiorgio Arena
2021-03-10Port OpenCL Quantization to new APIManuel Bottini
2021-03-10Port Arm(R) Neon(TM) Quantization to new APIManuel Bottini
2021-03-10Use memalign on bare metalMichalis Spyrou
2021-03-10Remove valid region calculation from CpuElementwiseSang-Hoon Park
2021-03-10Fix segmentation fault on CLSoftmaxLayerSang-Hoon Park
2021-03-08Add dynamic tensor support to CpuElementwiseSang-Hoon Park
2021-03-08Make Softmax kernels on OpenCL statelessSang-Hoon Park