aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-05-12Fix GEMMLowp output stage validation crash when input's first dimension == 1Giorgio Arena
2021-05-12Fix bug in Select operator when input is 1xNFreddie Liardet
2021-05-12NEON/RoiAlign/Quantized/QASYMM8_SIGNED mismatchesManuel Bottini
2021-05-11Adding S32 Support to NEG operator in CLElementwiseUnaryLayerSuhail Munshi
2021-05-11Remove add padding test on weights fot CL DirectConvolutionLayerManuel Bottini
2021-05-07Fix missing DATA_TYPE in DOT_PRODUCT4_INTEGER8 OpenCL macroGian Marco Iodice
2021-05-05Adding S32 support to CLPixelWiseMultiplicationSuhail Munshi
2021-05-04Turn EXPECT into ASSERT when testing invalid conditionsMichele Di Giorgio
2021-04-30[Nightly #1144] NEON/DepthwiseConvolutionLayer/Float/F16/Optimized mismatch o...Manuel Bottini
2021-04-29Remove OpenCL padding: CLReductionOperationKernelGiorgio Arena
2021-04-29Remove stale/solved TODOsMichele Di Giorgio
2021-04-28Add Queue supportGeorgios Pinitas
2021-04-28Properly parse clvk option in validate examplesMichalis Spyrou
2021-04-28Add per-channel quantization support for CLDeconvolutionLayerFreddie Liardet
2021-04-27Add optimization for global pooling in pooling_layer.clGian Marco Iodice
2021-04-22Fix bug on CLPixelWiseMultiplication broadcasted for Quantized typesGiorgio Arena
2021-04-21Add support for CLVKMichalis Spyrou
2021-04-21Remove unused yolo_layer OpenCL kernelMichele Di Giorgio
2021-04-20Remove OpenCL padding: CLPixelWiseMultiplicationKernelGiorgio Arena
2021-04-19Added S32 Integer support to DIV operator in CLElementWiseOperations with TestsSuhail Munshi
2021-04-19Port DepthwiseConvolution to new APIMichalis Spyrou
2021-04-19Add Tensor related utilities to the new APISang-Hoon Park
2021-04-19Add padding consideration to pooling index computationSang-Hoon Park
2021-04-16Fix bug on Implicit Padding for NEON FFT2DManuel Bottini
2021-04-15Add Implicit Padding in DirectConvolution FixtureGiorgio Arena
2021-04-15Fix validation bug in release mode for armv7Giorgio Arena
2021-04-14Removes redundant std::move of temporaryGeorgios Pinitas
2021-04-14Fix NeDepthwiseConvolution bad_alloc issueSheri Zhang
2021-04-14Add support for a global allocator for OpenCL tensorsGeorgios Pinitas
2021-04-14Remove OpenCL padding: CLNormalizationLayerKernelManuel Bottini
2021-04-13Disallow padding addittion when operating on CL imagesGeorgios Pinitas
2021-04-13Implicit padding testing along the X axis on high priority operatorsGiorgio Arena
2021-04-08Skip tests that expect exception when asserts are offMichele Di Giorgio
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-06Add tensor related data structures for the new APIGeorgios Pinitas
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 Computer Vision generic interfaces and typesGeorgios Pinitas
2021-03-29Don't build tests by defaultMichele Di Giorgio
2021-03-26Check biases pointer before referencing in CLDirectConvolutionLayerMichele Di Giorgio
2021-03-26Remove GLES-related codeMichele Di Giorgio
2021-03-23Extend direct convolution (F32/F16/QASYMM8)Gian Marco Iodice
2021-03-23Make ClDirectConvolutionKernel statelessSheri Zhang
2021-03-22Increase tolerance for winograd input transform F32 NHWCGiorgio Arena
2021-03-19Added Qasymm8 datatype support to NEROIPoolingLayer with TestsSuhail Munshi
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-08Add dynamic tensor support to CpuElementwiseSang-Hoon Park