aboutsummaryrefslogtreecommitdiff
path: root/tosa.xsd
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2022-12-07 21:20:48 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-09 15:52:20 +0000
commita269fd4c806ca0c08123a640132be02dbe86fa7c (patch)
tree28ed63e35e8b97aa3bde8e2662cbc916f1fccd6a /tosa.xsd
parentb7293aedaea197acf1e5f93a0b450e6989c498d8 (diff)
downloadspecification-a269fd4c806ca0c08123a640132be02dbe86fa7c.tar.gz
SCATTER/GATHER: Remove redundant definition of index_t
index_t is globally defined as int32_t. Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: I86ed2d42d488fb8e7630e98e3564f14ba5664f8c
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 87ee3b5..6f0d3b5 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="index_t"/>
<xs:enumeration value="value_t"/>
<xs:enumeration value="table_t"/>
<xs:enumeration value="TABLE_SIZE"/>
@@ -175,7 +174,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="index_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"/>