aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-08-17 20:44:39 +0000
committerEric Kunze <eric.kunze@arm.com>2023-09-10 20:42:44 -0700
commit1b79e91d4381abdce2c0aceec7f22380c1654f06 (patch)
treebeac9e47ba69fd8836a5795bd2c931261d08a18b /schema/tosa.fbs
parent54fcf8538291b16eb2038097059e517cf704a3ff (diff)
downloadserialization_lib-1b79e91d4381abdce2c0aceec7f22380c1654f06.tar.gz
Add new signedness attributes to RESCALE
Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I450796b17ba56dd3ab80888701c83b05f45fecc0
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 9033351..c2f834f 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -216,6 +216,8 @@ table RescaleAttribute {
scale32: bool;
double_round: bool;
per_channel: bool;
+ input_unsigned: bool;
+ output_unsigned: bool;
}
table MulAttribute {