From 28f0dd99fba11ed9b7165eca17d801bdfb421576 Mon Sep 17 00:00:00 2001 From: Usama Arif Date: Mon, 20 May 2019 13:44:34 +0100 Subject: COMPMID-2279: Implement REDUCE_MAX operator for NEON Change-Id: Iccd25b8aab1dd871c0d86ec3816b1cbf48370066 Signed-off-by: Usama Arif Reviewed-on: https://review.mlplatform.org/c/1193 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Pablo Marquez --- tests/validation/NEON/ReductionOperation.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/validation/NEON/ReductionOperation.cpp') diff --git a/tests/validation/NEON/ReductionOperation.cpp b/tests/validation/NEON/ReductionOperation.cpp index 074689d678..5b697a5efa 100644 --- a/tests/validation/NEON/ReductionOperation.cpp +++ b/tests/validation/NEON/ReductionOperation.cpp @@ -53,6 +53,7 @@ const auto ReductionOperations = framework::dataset::make("ReductionOperation", ReductionOperation::SUM, ReductionOperation::PROD, ReductionOperation::MIN, + ReductionOperation::MAX, }); const auto QuantizationInfos = framework::dataset::make("QuantizationInfo", -- cgit v1.2.1