COMPMID-3443: Android R CTS 1.3 QASYMM8_SIGNED failure with MEAN on CpuAcc
authorManuel Bottini <manuel.bottini@arm.com>
Mon, 4 May 2020 17:42:32 +0000 (18:42 +0100)
committerManuel Bottini <manuel.bottini@arm.com>
Tue, 5 May 2020 17:21:50 +0000 (17:21 +0000)
commit77b8859688c333bca35ebc8ca4d0b2652f480c4a
tree2a9d997bc148f33d6a68b5ed28e88250e40a977f
parent939586e8fd05923cab63b7b79bf5040cca5b8a7b
COMPMID-3443: Android R CTS 1.3 QASYMM8_SIGNED failure with MEAN on CpuAcc

- Properly perform the division of the sum of the elements by the interested dimension of the tensor

Change-Id: I0a30be4e5e6cfc1bd24a17eb4307dd2acf98db3e
Signed-off-by: Manuel Bottini <manuel.bottini@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3145
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
src/core/NEON/kernels/NEReductionOperationKernel.cpp
tests/validation/NEON/ReduceMean.cpp