aboutsummaryrefslogtreecommitdiff
path: root/tosa.xsd
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2023-03-17 17:12:30 +0000
committerEric Kunze <eric.kunze@arm.com>2023-03-17 19:09:09 +0000
commit18548921437ef60e5553a75517449918e5c42b1d (patch)
treebe03097745e85b17948a3319a5fadfb6176bbf4d /tosa.xsd
parent6305460ee2a08bc48feae7fa46f025d87057d8f0 (diff)
downloadspecification-18548921437ef60e5553a75517449918e5c42b1d.tar.gz
SCATTER/GATHER: Replace value_t with in_out_t
Most operators use in_out_t. This removes a special case. Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: Icfc86f1101d250700677959949bda466519152de
Diffstat (limited to 'tosa.xsd')
-rw-r--r--tosa.xsd2
1 files changed, 0 insertions, 2 deletions
diff --git a/tosa.xsd b/tosa.xsd
index 6f0d3b5..7bf2c40 100644
--- a/tosa.xsd
+++ b/tosa.xsd
@@ -51,7 +51,6 @@
<xs:enumeration value="acc_t"/>
<xs:enumeration value="weight_t"/>
<xs:enumeration value="resize_t"/>
- <xs:enumeration value="value_t"/>
<xs:enumeration value="table_t"/>
<xs:enumeration value="TABLE_SIZE"/>
</xs:restriction>
@@ -174,7 +173,6 @@
<xs:attribute name="weight_t" type="datatype"/>
<xs:attribute name="acc_t" type="datatype"/>
<xs:attribute name="resize_t" type="datatype"/>
- <xs:attribute name="value_t" type="datatype"/>
<xs:attribute name="table_t" type="datatype"/>
<xs:attribute name="TABLE_SIZE" type="xs:int"/>
</xs:complexType>