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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h
index 2d3b3d6f66..3092976149 100644
--- a/arm_compute/core/Types.h
+++ b/arm_compute/core/Types.h
@@ -342,6 +342,12 @@ enum class NonLinearFilterFunction : unsigned
MAX = 2, /**< Non linear dilate. */
};
+/** Available reduction operations */
+enum class ReductionOperation
+{
+ SUM_SQUARE, /**< Sum of squares */
+};
+
/** The normalization type used for the normalization layer */
enum class NormType
{