aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2021-03-03Create ClPRelu operatorSang-Hoon Park
2021-03-03Remove Compute Vision CL supportMichalis Spyrou
2021-03-02Set up configure-only flag for validation. First trial with DepthwiseConvoltionGiorgio Arena
2021-03-01Fix bug on CLGEMMMatrixMultiplyReshapedOnlyRHS testsGiorgio Arena
2021-02-25Introduce Context opaque object of the new interfaceGeorgios Pinitas
2021-02-23Remove OpenGL ES supportManuel Bottini
2021-02-23Remove Compute Vision Neon supportMichalis Spyrou
2021-02-22Comply with Trademark rules for use of Neon, Arm and MaliSheri Zhang
2021-02-22Disable strict overflow warning for tensor_elem_atGiorgio Arena
2021-02-19Fix tolerance for NEReduceMean on aarch64Giorgio Arena
2021-02-17Update deprecation noticesGiorgio Arena
2021-02-15Add WallClockTimer support for bare metal.Michalis Spyrou
2021-02-10Fix tolerance issue in CL Winograd InputTransform FP16Manuel Bottini
2021-02-10Revert changes on tensor's strides and fix CLDepthwiseConvolution 3x3 QuantizedGiorgio Arena
2021-02-09Add mlgo to graph examplesSiCong Li
2021-02-09Fix CLDepthwiseConvolutionLayer 3x3 QASYMM8Giorgio Arena
2021-02-09Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part2SiCong Li
2021-02-09Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part1SiCong Li
2021-02-08Make memset/copy functions state-lessSheri Zhang
2021-02-08Fix tolerance for NEON RNNLayerManuel Bottini
2021-02-05Fix tolerance for NEON RNNLayerManuel Bottini
2021-02-04Fix unused variable compilation errorGiorgio Arena
2021-02-04Fix CL Compiler frontend failure for ArgMinMaxGiorgio Arena
2021-02-03Fix OpenCL direct convolutionGian Marco Iodice
2021-02-02Implement MLGO moduleSiCong Li
2021-01-26Make CLArithmeticAddition kernel and function state-lessMichele Di Giorgio
2021-01-21Add window parameter to schedulerSang-Hoon Park
2021-01-20Integrate improved pooling layer on NEONMichele Di Giorgio
2021-01-15Fix build error for gcc 10.2+Sang-Hoon Park
2021-01-14Remove OpenCL padding CLTransposeKernelManuel Bottini
2021-01-13Add support for macOSGeorgios Pinitas
2021-01-13Fix wrong file inclusion in QLSTMLayerNormalization referenceGeorgios Pinitas
2021-01-13Add tolerance for quantized activations computed in floatMichele Di Giorgio
2021-01-13Alter tolerance in QuantizationLayer to use int8_t for asymmetric signedGeorgios Pinitas
2021-01-13Remove OpenCL padding CLFloorKernelManuel Bottini
2021-01-08[Nightly Failure] Fix NEIm2Col argument validation errorsGiorgio Arena
2021-01-08Resolve merge conflicts between new fills and new fp16 generatorGiorgio Arena
2021-01-07Fix fill() for FP data type in fixtures - Part 2Giorgio Arena