aboutsummaryrefslogtreecommitdiff
path: root/tosa.xsd
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-07-11 14:10:44 -0700
committerEric Kunze <eric.kunze@arm.com>2023-08-18 10:03:35 -0700
commit633a3d9f5caab42da4d25d4ed6b7f8706327a42e (patch)
treeac1d836f525b18a5ba5f641afe40115b2b49f529 /tosa.xsd
parentfb0284e2912bd5fd73bf6f476901490e04c330a2 (diff)
downloadspecification-633a3d9f5caab42da4d25d4ed6b7f8706327a42e.tar.gz
Update Custom operator arguments
CUSTOM operators are still implementation specific, but now have attributes added to identify and namespace the underyling operation. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I8db2fffd0b34958bd8c718633a130941f32f962b
Diffstat (limited to 'tosa.xsd')
-rw-r--r--tosa.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/tosa.xsd b/tosa.xsd
index 8a3c307..c4af523 100644
--- a/tosa.xsd
+++ b/tosa.xsd
@@ -82,6 +82,7 @@
<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>