aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'schema/tosa.fbs')
-rw-r--r--schema/tosa.fbs5
1 files changed, 2 insertions, 3 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index c02154d..d64a50c 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -64,6 +64,7 @@ enum Op:uint32 {
BITWISE_AND,
BITWISE_OR,
BITWISE_XOR,
+ DIV,
LOGICAL_AND,
LOGICAL_LEFT_SHIFT,
LOGICAL_RIGHT_SHIFT,
@@ -127,9 +128,7 @@ enum Op:uint32 {
// Data Nodes
CONST,
- PLACEHOLDER,
IDENTITY,
- IDENTITYN,
// Custom operations
CUSTOM,
@@ -271,7 +270,7 @@ table PadQuantInfo {
table Version {
_major: int32 = 0;
- _minor: int32 = 21;
+ _minor: int32 = 22;
_patch: int32 = 0;
_experimental: bool = false;
}