aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'schema/tosa.fbs')
-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 {