aboutsummaryrefslogtreecommitdiff
path: root/tosa.xsd
diff options
context:
space:
mode:
authorJerry Ge <jerry.ge@arm.com>2023-08-11 16:43:30 +0000
committerJerry Ge <jerry.ge@arm.com>2023-08-11 16:43:47 +0000
commit0fc278bbd87827875ef4add9cfd46aea0d787b31 (patch)
treeac1bd06e51730239befc88895cb2db0bca49bc23 /tosa.xsd
parent12ab5da01cbc152ed14f00fccdf94815dd1512d2 (diff)
downloadspecification-0fc278bbd87827875ef4add9cfd46aea0d787b31.tar.gz
Add StatefulOps to TOSA specification
Signed-off-by: Jerry Ge <jerry.ge@arm.com> Change-Id: I63a4c1202a1eddcdedb222e64cac34557647ff21
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 6aaf204..b6aa162 100644
--- a/tosa.xsd
+++ b/tosa.xsd
@@ -65,6 +65,7 @@
<xs:enumeration value="index_t"/>
<xs:enumeration value="mul_t"/>
<xs:enumeration value="TABLE_SIZE"/>
+ <xs:enumeration value="var_t"/>
</xs:restriction>
</xs:simpleType>
@@ -206,6 +207,7 @@
<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>