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 9b81eccafb..c0350bc7a4 100644
--- a/arm_compute/core/Types.h
+++ b/arm_compute/core/Types.h
@@ -522,6 +522,7 @@ enum class ReductionOperation
{
SUM_SQUARE, /**< Sum of squares */
SUM, /**< Sum */
+ MEAN_SUM, /**< Mean of sum */
};
/** The normalization type used for the normalization layer */