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 5a2ac51308..972d6ef3c5 100644
--- a/arm_compute/core/Types.h
+++ b/arm_compute/core/Types.h
@@ -586,6 +586,7 @@ enum class ElementWiseUnary
LOG, /**< Natural Logarithm */
ABS, /**< Absolute value */
SIN, /**< Sine */
+ ROUND, /**< Round */
};
/** The normalization type used for the normalization layer */