From 8e14dcd2f86e9a3b9c2283fb0f0325088565bbe7 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Tue, 20 Jun 2023 16:11:40 -0700 Subject: Align RESCALE zp description with pseudocode int8/uint8 zero point within the given range uint16 zero point is either 0 or 32768 other data types zero point must be 0 Signed-off-by: Eric Kunze Change-Id: I3aa240dd8fb88a5f77b7ab90d4dbf634fbf4aa0b --- tosa.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tosa.xml b/tosa.xml index fa0bcc2..9905dde 100644 --- a/tosa.xml +++ b/tosa.xml @@ -2390,11 +2390,11 @@ used. - Input tensor zero point. Must be zero for non-int8 types. + Input tensor zero point. int8/uint8 can have zero point within their valid range. uint16 zero point must be either 0 or 32768. All other types must have zero point equal to 0. - Output tensor zero point. Must be zero for non-int8 types. + Output tensor zero point.int8/uint8 can have zero point within their valid range. uint16 zero point must be either 0 or 32768. All other types must have zero point equal to 0. -- cgit v1.2.1