aboutsummaryrefslogtreecommitdiff
path: root/tosa.xsd
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2024-01-12 17:18:42 -0800
committerEric Kunze <eric.kunze@arm.com>2024-01-31 06:00:03 +0000
commit526f6c7b5d20e967109ca92c8fc54c26c0438135 (patch)
tree7186a2dec336db8389cdf0cf8bacd60f9da4cf64 /tosa.xsd
parent7e5d187c612fcc715ea3f7f0c900eb13af75a660 (diff)
downloadspecification-526f6c7b5d20e967109ca92c8fc54c26c0438135.tar.gz
Add section of shape operatorsv0.90.0
Rework of the shape operations. Shape operations are now done in shape specific operators rather than being based on type. shape_t is reworked to a list of size_t values. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I2fca0728f9caa6a6fc34a8ce9e389bb581eea959
Diffstat (limited to 'tosa.xsd')
-rw-r--r--tosa.xsd5
1 files changed, 3 insertions, 2 deletions
diff --git a/tosa.xsd b/tosa.xsd
index c4af523..a52c1a7 100644
--- a/tosa.xsd
+++ b/tosa.xsd
@@ -41,7 +41,7 @@
<xs:enumeration value="fp16_t"/>
<xs:enumeration value="bf16_t"/>
<xs:enumeration value="fp32_t"/>
- <xs:enumeration value="shape_t"/>
+ <xs:enumeration value="size_t"/>
</xs:restriction>
</xs:simpleType>
@@ -61,7 +61,6 @@
<xs:enumeration value="weight_t"/>
<xs:enumeration value="resize_t"/>
<xs:enumeration value="table_t"/>
- <xs:enumeration value="index_t"/>
<xs:enumeration value="mul_t"/>
<xs:enumeration value="TABLE_SIZE"/>
<xs:enumeration value="var_t"/>
@@ -83,6 +82,8 @@
<xs:enumeration value="tensor_list_t"/>
<xs:enumeration value="tosa_graph_t"/>
<xs:enumeration value="String"/>
+ <xs:enumeration value="shape_t"/>
+ <xs:enumeration value="shape_list_t"/>
</xs:restriction>
</xs:simpleType>