From 1f05883799957300ea88d7ec314a5897e6c0ccb1 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Tue, 13 Feb 2024 16:51:17 -0800 Subject: Add SIN/COS to elementwise operator set Only defined for floating-point types. Signed-off-by: Eric Kunze Change-Id: Ieae355076f9aac6882fab8530e6d7d9985a6e661 --- tosa.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'tosa.xml') diff --git a/tosa.xml b/tosa.xml index 19822f6..27b49b8 100644 --- a/tosa.xml +++ b/tosa.xml @@ -1427,6 +1427,35 @@ + + + COS + + + Input tensor + + + + + Output tensor of same type and shape as input + + + + + + + + + + + + + + + + + + EXP @@ -1674,6 +1703,35 @@ + + + SIN + + + Input tensor + + + + + Output tensor of same type and shape as input + + + + + + + + + + + + + + + + + + -- cgit v1.2.1