aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'schema/tosa.fbs')
-rw-r--r--schema/tosa.fbs8
1 files changed, 7 insertions, 1 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index 1975667..171818d 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -1,5 +1,5 @@
-// Copyright (c) 2020-2023, ARM Limited.
+// Copyright (c) 2020-2024, ARM Limited.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -119,6 +119,12 @@ enum Op:uint32 {
RFFT2D,
ERF,
DIM,
+ CONST_SHAPE,
+ CONCAT_SHAPE,
+ ADD_SHAPE,
+ SUB_SHAPE,
+ MUL_SHAPE,
+ DIV_SHAPE,
}
union Attribute {