aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-12Fix validation in reshape kernel [cpu,gpu]Gian Marco Iodice
2021-04-09Fix bug on Implicit Padding for CL GEMMMatrixMultiplyInterleavedTransposedManuel Bottini
2021-04-09Winograd Output transform 7x7 reworkGiorgio Arena
2021-04-09Fix OpenCL kernel compiling failure with array initilizerSheri Zhang
2021-04-08Skip tests that expect exception when asserts are offMichele Di Giorgio
2021-04-08Rewritten Winograd (4x4, 5x5) output transformationAleksandr Nikolaev
2021-04-08Fix incorrect return statement in gemm_uint8 heuristic selectionGeorgios Pinitas
2021-04-08Ensure OpenCL runtimes are initialized firstMarco Antognini
2021-04-08Fix convolution with bias segmentation fault issueSheri Zhang
2021-04-08Rework the OpenCL Winograd Input Transformations NHWCGian Marco Iodice
2021-04-08Substitute CLFullyConnectedLayerReshapeWeights by CLTransposeTeresa Charlin
2021-04-08Substitute NEFullyConnectedLayerReshapeWeights by NETransposeTeresa Charlin
2021-04-07Implement Fanout mode in CPPSchedulerSiCongLi
2021-04-07Add support for armv7 hardfloat buildSlava Barinov
2021-04-07Add per channel quantization support for NEDeconvolutionLayerFreddie Liardet
2021-04-07Review all shapes in datasets to account for padding removal Part 2SiCong Li
2021-04-06Correct Copyright datesMichalis Spyrou
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