From 0a5a57a3f794de851408bae1c63b1660b4c5cbe7 Mon Sep 17 00:00:00 2001 From: Usama Arif Date: Thu, 23 May 2019 14:20:33 +0100 Subject: COMPMID-2160: Implement Round for NEON Change-Id: Ie80e2ad294eaf95bc823d979842c320e8fb41f67 Signed-off-by: Usama Arif Reviewed-on: https://review.mlplatform.org/c/1215 Comments-Addressed: Arm Jenkins Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins --- arm_compute/core/Types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/core/Types.h') 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 */ -- cgit v1.2.1