aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Types.h
diff options
context:
space:
mode:
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 */