aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorJerry Ge <jerry.ge@arm.com>2024-02-20 19:03:06 +0000
committerJerry Ge <jerry.ge@arm.com>2024-02-20 19:05:02 +0000
commit61a8313f5a0cbcfc7c8ee8a44f05a5ca9b1015b9 (patch)
treed15f44d2d7c17288dcbde6ad53e360b724269830 /schema
parent7eb878c434a8eeaf2f6e18325bdcdd535c86c080 (diff)
downloadserialization_lib-61a8313f5a0cbcfc7c8ee8a44f05a5ca9b1015b9.tar.gz
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 <jerry.ge@arm.com> Change-Id: If424ff2b64538e8ffd5342b6ebb9a022537d5c4c
Diffstat (limited to 'schema')
-rw-r--r--schema/tosa.fbs2
1 files changed, 2 insertions, 0 deletions
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 {