COMPMID-2282: Implement SIN operator for CL

Change-Id: I9f67d2b0ccfddaecb0f26bab2b04b87212495502
Reviewed-on: https://review.mlplatform.org/c/1156
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h
index 382b7f4..8e0173c 100644
--- a/arm_compute/core/Types.h
+++ b/arm_compute/core/Types.h
@@ -582,6 +582,7 @@
     NEG,   /**< Negate */
     LOG,   /**< Natural Logarithm */
     ABS,   /**< Absolute value */
+    SIN,   /**< Sine */
 };
 
 /** The normalization type used for the normalization layer */