From 04f089cbcb4407e8d2883525edb661ba15ea922d Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Tue, 8 Aug 2017 17:42:38 +0100 Subject: COMPMID-476 L2 Normalization for CL Change-Id: I88f87173645880eb823916c5d4ac884c372a4fb4 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/83269 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- 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 1d04f35359..5eaaee6b7b 100644 --- a/arm_compute/core/Types.h +++ b/arm_compute/core/Types.h @@ -346,6 +346,7 @@ enum class NonLinearFilterFunction : unsigned enum class ReductionOperation { SUM_SQUARE, /**< Sum of squares */ + SUM, /**< Sum */ }; /** The normalization type used for the normalization layer */ -- cgit v1.2.1