aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Types.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2017-08-08 17:42:38 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit04f089cbcb4407e8d2883525edb661ba15ea922d (patch)
tree09ad467ee43cf8ca2feacfb7c9849b1888c15c1d /arm_compute/core/Types.h
parent39b4e4dba05988240ff06c87d3c4cf4d7f63bcf2 (diff)
downloadComputeLibrary-04f089cbcb4407e8d2883525edb661ba15ea922d.tar.gz
COMPMID-476 L2 Normalization for CL
Change-Id: I88f87173645880eb823916c5d4ac884c372a4fb4 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/83269 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'arm_compute/core/Types.h')
-rw-r--r--arm_compute/core/Types.h1
1 files changed, 1 insertions, 0 deletions
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 */