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 c6c2728407..382b7f4abe 100644
--- a/arm_compute/core/Types.h
+++ b/arm_compute/core/Types.h
@@ -581,6 +581,7 @@ enum class ElementWiseUnary
EXP, /**< Exponential */
NEG, /**< Negate */
LOG, /**< Natural Logarithm */
+ ABS, /**< Absolute value */
};
/** The normalization type used for the normalization layer */