aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/ReductionOperation.cpp
diff options
context:
space:
mode:
authorUsama Arif <usama.arif@arm.com>2019-05-20 12:38:33 +0100
committerUsama Arif <usama.arif@arm.com>2019-05-22 15:06:06 +0000
commita4a08ad5e33867f9938a3fbaf9b6dcc56ad8f7b5 (patch)
tree0689ecbe56aed40fd61fa250a4e8a7a98d549bc3 /tests/validation/NEON/ReductionOperation.cpp
parentb28905010a95044c7a1c0a5665fc886521a56541 (diff)
downloadComputeLibrary-a4a08ad5e33867f9938a3fbaf9b6dcc56ad8f7b5.tar.gz
COMPMID-2280: Implement REDUCE_MIN operator for NEON
Change-Id: Iaa8d97e3328ce69dae7a97a7111120ecc61fb465 Signed-off-by: Usama Arif <usama.arif@arm.com> Reviewed-on: https://review.mlplatform.org/c/1192 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez <pablo.tello@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/NEON/ReductionOperation.cpp')
-rw-r--r--tests/validation/NEON/ReductionOperation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/validation/NEON/ReductionOperation.cpp b/tests/validation/NEON/ReductionOperation.cpp
index b9b4983ae6..074689d678 100644
--- a/tests/validation/NEON/ReductionOperation.cpp
+++ b/tests/validation/NEON/ReductionOperation.cpp
@@ -51,7 +51,8 @@ RelativeTolerance<float> tolerance_qasymm8(1);
const auto ReductionOperations = framework::dataset::make("ReductionOperation",
{
ReductionOperation::SUM,
- ReductionOperation::PROD
+ ReductionOperation::PROD,
+ ReductionOperation::MIN,
});
const auto QuantizationInfos = framework::dataset::make("QuantizationInfo",