summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-05-22COMPMID-3069: Removing deprecated functions and classes from 20.05 releaseManuel Bottini1-129/+1
2020-05-22Remove blocks of codes / files which are marked as INTERNAL_ONLY and Disable ...Manuel Bottini1-13/+0
2020-05-21Remove blocks of codes / files which are marked as INTERNAL_ONLY and Disable ...Manuel Bottini1-6/+2
2020-05-20COMPMID-3490 - Nightly fails: android armv7 microtask error - part2Manuel Bottini1-1/+1
2020-05-19COMPMID-3490 - Nightly fails: android armv7 microtask errorManuel Bottini2-2/+3
2020-05-15COMPMID-3289: Test improvement CLGEMMMatrixMultiplyReshapedKernel.morgolock1-6/+160
2020-05-14COMPMID-3295: Static input for ActivationLayer test suiteSang-Hoon Park4-111/+132
2020-05-14COMPMID-3290: Test improvement for CLGEMMMatrixMultiplyReshapedOnlyRHSKernelSheri Zhang1-110/+71
2020-05-13COMPMID-3069: Fix CL nightly builds due to unused variableMichele Di Giorgio1-1/+0
2020-05-13COMPMID-3128: Test improvement for GEMMConvolutionLayer on CL and NEON(Functi...Michele Di Giorgio5-363/+79
2020-05-13COMPMID-3108: Add Winograd 3x3,4x4 FP16 support for NEONGeorgios Pinitas1-0/+35
2020-05-12COMPMID-3442: Add support of negative axis in NESoftmaxLayer and reference codeSheri Zhang6-36/+42
2020-05-12COMPMID-3286: Test improvement for CLGEMMMatrixMultiplyKernelGian Marco Iodice2-372/+284
2020-05-12COMPMID-3316: NEDeconvolutionLayer failing for a big inputManuel Bottini3-2/+55
2020-05-06COMPMID-3434 Add SIMD support in gemmlowp_mm_nativeSiCong Li1-6/+6
2020-05-05COMPMID-3443: Android R CTS 1.3 QASYMM8_SIGNED failure with MEAN on CpuAccManuel Bottini1-8/+9
2020-05-05COMPMID-3288: Test improvement for CLGEMMReshapeRHSMatrixKernel (Kernel-level)Michalis Spyrou1-236/+114
2020-05-05COMPMID-3444: Fix CpuAcc Hal 1.3 PRelu failure issueSheri Zhang1-4/+4
2020-05-05MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NHWCmorgolock4-28/+41
2020-05-01COMPMID-3379: Add support for QASYMM8_SIGNED in NEScaleSheri Zhang1-0/+19
2020-05-01IVGCVSW-4743: Fix CpuAcc Hal 1.3 Comparison FailuresMichele Di Giorgio2-21/+29
2020-05-01COMPMID-3069: Allow different quantization info in NEElementwiseMin/MaxMichele Di Giorgio2-20/+14
2020-04-30COMPMID-3287: Test improvement for CLGEMMReshapeLHSMatrixKernel (Kernel-level)Michalis Spyrou1-209/+27
2020-04-28COMPMID-3294: Add AssetLibrary instance using a fixed seedSang-Hoon Park6-9/+22
2020-04-28COMPMID-3292: Clean tests for Im2ColKernel.Georgios Pinitas2-124/+305
2020-04-27COMPMID-3291: Test improvement for CLWeightsReshapeKernelSheri Zhang1-56/+69
2020-04-26COMPMID-3329: failures in nightly (GC/GEMM and CPP/DFT)Manuel Bottini2-5/+3
2020-04-23COMPMID-3280: Make all ML primitives for CL use the new interface - Part 2Manuel Bottini1-9/+6
2020-04-23COMPMID-3394: Replace get_cl_type_from_data_type in AllSheri Zhang1-3/+16
2020-04-17COMPMID-3314: Enable OpenMP in the reference testsMichalis Spyrou51-87/+293
2020-04-17COMPMID-3378: CLScale failureManuel Bottini1-0/+16
2020-04-15COMPMID-3236: Add support QSYMM16 into S32 CLPixelwiseMultiplicationKernelMichele Di Giorgio1-1/+19
2020-04-15COMPMID-3239: Implement QSYMM16 LayerNormalizationKernel for CLSheri Zhang4-38/+19
2020-04-14COMPMID-3293: Test Improvements for CLCol2ImKernelGeorgios Pinitas1-59/+105
2020-04-14COMPMID-3239: Implement QSYMM16 LayerNormalizationKernel for CLSheri Zhang3-4/+229
2020-04-08COMPMID-3279: Create CLCompiler interfaceMichalis Spyrou1-0/+74
2020-04-07COMPMID-2765 Add support for QASYMM8_SIGNED in NEDeconvolutionLayerLuca Foschiani2-48/+63
2020-04-07COMPMID-3281: Implement QSYMM16 Layer Normalization for NEON QLSTMSang-Hoon Park3-34/+403
2020-04-03COMPMID-3101 Fuse activation with floating point elementwise operation layers...Giorgio Arena15-166/+657
2020-04-01MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NCHWmorgolock4-31/+76
2020-04-01COMPMID-3237: Add support for QSYMM16 into S32 NEPixelwiseMultiplicationKernelMichele Di Giorgio7-185/+174
2020-03-31COMPMID-3069: Resolve Bfloat16 validation issues.Georgios Pinitas2-2/+6
2020-03-27COMPMID-3237: Add support for QSYMM16 ArithmeticSubtraction on NEONMichele Di Giorgio2-45/+36
2020-03-27COMPMID-3238 modify reference kernel of layer normalization for QSYMM16Sang-Hoon Park3-64/+95
2020-03-26COMPMID-2966 Add support for QASYMM8_SIGNED in NEGEMMLowpQuantizeDownInt32ToU...Luca Foschiani3-50/+248
2020-03-25COMPMID-2968: Add support for QASYMM8_SIGNED in CLGEMMLowpQuantizeDownInt32To...Sheri Zhang4-0/+214
2020-03-25COMPMID-3098 Fuse Relu and Bounded Relu with FullyConnected NEONSiCongLi2-9/+77
2020-03-23COMPMID-2967 Add support for QASYMM8_SIGNED in CLGEMMLowpQuantizeDownInt32ToU...Luca Foschiani1-79/+0
2020-03-23COMPMID-3226: Update CLDirectConvolution test input rangeSheri Zhang1-2/+2
2020-03-19COMPMID-3273: Add support for QASYMM8_SIGNED in CPPDetectionPostProcessLayerSheri Zhang1-46/+144