From 61a8313f5a0cbcfc7c8ee8a44f05a5ca9b1015b9 Mon Sep 17 00:00:00 2001 From: Jerry Ge Date: Tue, 20 Feb 2024 19:03:06 +0000 Subject: Add Tosa Sin/Cos to schema - Add Tosa Sin/Cos to the serialization_lib schema - Generated related header files with the new schema Signed-off-by: Jerry Ge Change-Id: If424ff2b64538e8ffd5342b6ebb9a022537d5c4c --- python/tosa/Op.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/tosa/Op.py b/python/tosa/Op.py index c34f109..35b2b80 100644 --- a/python/tosa/Op.py +++ b/python/tosa/Op.py @@ -82,3 +82,5 @@ class Op(object): SUB_SHAPE = 76 MUL_SHAPE = 77 DIV_SHAPE = 78 + COS = 79 + SIN = 80 -- cgit v1.2.1