aboutsummaryrefslogtreecommitdiff
path: root/schema
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-07 00:16:49 +0000
commit9601cbda5ff42dc4762e364d90093670931e1261 (patch)
treeca64fc446f49e6dedb53cc3ceb879eb88f74aa2f /schema
parentc4733b015781b044041955997f79c4667eb841a0 (diff)
downloadserialization_lib-9601cbda5ff42dc4762e364d90093670931e1261.tar.gz
Add new signedness attributes to RESCALE
Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I96202b90bff833654735a2f2306eb782d202b6e6
Diffstat (limited to 'schema')
-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 {