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 --- arm_compute/core/Types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/core/Types.h') diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h index 241c1fe1f4..65db06b878 100644 --- a/arm_compute/core/Types.h +++ b/arm_compute/core/Types.h @@ -561,6 +561,7 @@ enum class ReductionOperation SUM_SQUARE, /**< Sum of squares */ SUM, /**< Sum */ MIN, /**< Min */ + MAX, /**< Max */ }; /** Available element-wise operations */ -- cgit v1.2.1