aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/Types.h')
-rw-r--r--arm_compute/graph/Types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h
index 3a4d0a6070..65d737c7b2 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -104,6 +104,7 @@ enum class EltwiseOperation
Add, /**< Arithmetic addition */
Sub, /**< Arithmetic subtraction */
Mul, /**< Arithmetic multiplication */
+ Max, /**< Arithmetic maximum */
};
/** Supported Unary Element-wise operations */