aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorTai Ly <tai.ly@arm.com>2023-12-15 20:34:51 +0000
committerTai Ly <tai.ly@arm.com>2024-01-12 21:39:59 +0000
commit5d580faec02bcef56164587accb5fd88a3e80d86 (patch)
tree0bf550d054f37d2831ac80e1e901265e905d1f1c /schema
parentcc426df2a6762cb09c6a25c911039ae34660570c (diff)
downloadserialization_lib-5d580faec02bcef56164587accb5fd88a3e80d86.tar.gz
[serialization_lib] Add tosa shape ops
Added tosa shape ops to tosa.fbs also added convert I64 to and from U8 for storing const_shape data values Signed-off-by: Tai Ly <tai.ly@arm.com> Change-Id: I1e938dec7398fbcbe5be657dad65cdd61af5b597
Diffstat (limited to 'schema')
-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 {