From 6ac5992dc81534e81482892f8fb8c03790c57192 Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Wed, 15 May 2019 14:06:02 +0100 Subject: COMPMID-2254 Implement NEAbsLayer Change-Id: I88571010d727b2ac8d9fd3838a4d170cf66bf0ce Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/1150 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Reviewed-by: Giuseppe Rossini --- 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 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 */ -- cgit v1.2.1