aboutsummaryrefslogtreecommitdiff
path: root/tosa.xsd
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2024-02-14 16:33:31 -0800
committerEric Kunze <eric.kunze@arm.com>2024-03-13 16:31:19 -0700
commit0afe61f88ce3d2f445c5f01ae5567cb1b0b7f303 (patch)
treebfa03c381634090e9074d3e1167c3256a31f3c84 /tosa.xsd
parent6dd341093507157aabbea00b90ca8902509cfd4f (diff)
downloadspecification-0afe61f88ce3d2f445c5f01ae5567cb1b0b7f303.tar.gz
Modify convolution operators to improve bias handling
Accumulator size moves to an enumerated attribute, out_t for floating-point changes to be the size of the input. Bias for floating-point also becomes the bit width of the input type. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I7369417adbb1106ce34a1978e7f511a30272c318
Diffstat (limited to 'tosa.xsd')
-rw-r--r--tosa.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tosa.xsd b/tosa.xsd
index b39a2f4..54610d5 100644
--- a/tosa.xsd
+++ b/tosa.xsd
@@ -57,7 +57,7 @@
<xs:simpleType name="enumtypename">
<xs:restriction base="xs:string">
<xs:enumeration value="resize_mode_t"/>
- <xs:enumeration value="acc_size_t"/>
+ <xs:enumeration value="acc_type_t"/>
</xs:restriction>
</xs:simpleType>