From 0af4418f4d4b6bceaea64fa21eaf127b1b8fed35 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Fri, 17 May 2019 14:04:47 +0100 Subject: COMPMID-2282: Implement SIN operator for CL Change-Id: I9f67d2b0ccfddaecb0f26bab2b04b87212495502 Reviewed-on: https://review.mlplatform.org/c/1156 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 382b7f4abe..8e0173c492 100644 --- a/arm_compute/core/Types.h +++ b/arm_compute/core/Types.h @@ -582,6 +582,7 @@ enum class ElementWiseUnary NEG, /**< Negate */ LOG, /**< Natural Logarithm */ ABS, /**< Absolute value */ + SIN, /**< Sine */ }; /** The normalization type used for the normalization layer */ -- cgit v1.2.1