aboutsummaryrefslogtreecommitdiff
path: root/tosa.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'tosa.xsd')
-rw-r--r--tosa.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/tosa.xsd b/tosa.xsd
index e8ce657..12b92a4 100644
--- a/tosa.xsd
+++ b/tosa.xsd
@@ -32,6 +32,7 @@
<xs:enumeration value="MAX_RANK"/>
<xs:enumeration value="MAX_LOG2_SIZE"/>
<xs:enumeration value="MAX_NESTING"/>
+ <xs:enumeration value="MAX_TENSOR_LIST_SIZE"/>
</xs:restriction>
</xs:simpleType>
@@ -124,6 +125,7 @@
<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:attribute name="max_tensor_list_size" type="xs:int" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>