From 9601cbda5ff42dc4762e364d90093670931e1261 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 17 Aug 2023 20:44:39 +0000 Subject: Add new signedness attributes to RESCALE Signed-off-by: Eric Kunze Change-Id: I96202b90bff833654735a2f2306eb782d202b6e6 --- schema/tosa.fbs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'schema') 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 { -- cgit v1.2.1