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 --- schema/tosa.fbs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'schema') diff --git a/schema/tosa.fbs b/schema/tosa.fbs index 1c2a85e..e37c89a 100644 --- a/schema/tosa.fbs +++ b/schema/tosa.fbs @@ -127,6 +127,8 @@ enum Op:uint32 { SUB_SHAPE, MUL_SHAPE, DIV_SHAPE, + COS, + SIN, } union Attribute { -- cgit v1.2.1