aboutsummaryrefslogtreecommitdiff
path: root/tosa.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'tosa.xsd')
-rw-r--r--tosa.xsd18
1 files changed, 7 insertions, 11 deletions
diff --git a/tosa.xsd b/tosa.xsd
index c4af523..40fd613 100644
--- a/tosa.xsd
+++ b/tosa.xsd
@@ -25,7 +25,6 @@
<xs:enumeration value="MAX_SCALE"/>
<xs:enumeration value="MAX_RANK"/>
<xs:enumeration value="MAX_LOG2_SIZE"/>
- <xs:enumeration value="MAX_NESTING"/>
</xs:restriction>
</xs:simpleType>
@@ -33,15 +32,16 @@
<xs:restriction base="xs:string">
<xs:enumeration value="-"/>
<xs:enumeration value="bool_t"/>
- <xs:enumeration value="i4_t"/>
- <xs:enumeration value="i8_t"/>
- <xs:enumeration value="i16_t"/>
- <xs:enumeration value="i32_t"/>
- <xs:enumeration value="i48_t"/>
+ <xs:enumeration value="int4_t"/>
+ <xs:enumeration value="int8_t"/>
+ <xs:enumeration value="uint8_t"/>
+ <xs:enumeration value="int16_t"/>
+ <xs:enumeration value="uint16_t"/>
+ <xs:enumeration value="int32_t"/>
+ <xs:enumeration value="int48_t"/>
<xs:enumeration value="fp16_t"/>
<xs:enumeration value="bf16_t"/>
<xs:enumeration value="fp32_t"/>
- <xs:enumeration value="shape_t"/>
</xs:restriction>
</xs:simpleType>
@@ -64,7 +64,6 @@
<xs:enumeration value="index_t"/>
<xs:enumeration value="mul_t"/>
<xs:enumeration value="TABLE_SIZE"/>
- <xs:enumeration value="var_t"/>
</xs:restriction>
</xs:simpleType>
@@ -82,7 +81,6 @@
<xs:enumeration value="tensor_t"/>
<xs:enumeration value="tensor_list_t"/>
<xs:enumeration value="tosa_graph_t"/>
- <xs:enumeration value="String"/>
</xs:restriction>
</xs:simpleType>
@@ -121,7 +119,6 @@
<xs:attribute name="max_stride" type="xs:int" use="required"/>
<xs:attribute name="max_scale" type="xs:int" use="required"/>
<xs:attribute name="max_log2_size" type="xs:int" use="required"/>
- <xs:attribute name="max_nesting" type="xs:int" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
@@ -207,7 +204,6 @@
<xs:attribute name="type" type="argument-type" use="required"/>
<xs:attribute name="tensor-element-type" type="argument-tensor-element-type" use="required"/>
<xs:attribute name="shape" type="xs:string" use="required"/>
- <xs:attribute name="optional" type="xs:boolean"/>
</xs:complexType>
</xs:element>