aboutsummaryrefslogtreecommitdiff
path: root/tosa.xsd
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2022-12-05 12:07:40 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-09 15:52:08 +0000
commitb7293aedaea197acf1e5f93a0b450e6989c498d8 (patch)
tree62c90683b9478e26072ff8b3d9ca8156717bdb60 /tosa.xsd
parent36f2d64e38467dc02c632951ce564a35abcaa268 (diff)
downloadspecification-b7293aedaea197acf1e5f93a0b450e6989c498d8.tar.gz
SELECT: Replace use of cmp_t with bool_t
cmp_t is only used in the definition of SELECT and always defined to bool_t. This removes a special case in generators. Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: I9e7992bbfdf5c7fafdd55df90feb4dcbcdee2972
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 1409c28..87ee3b5 100644
--- a/tosa.xsd
+++ b/tosa.xsd
@@ -50,7 +50,6 @@
<xs:enumeration value="in_out_t"/>
<xs:enumeration value="acc_t"/>
<xs:enumeration value="weight_t"/>
- <xs:enumeration value="cmp_t"/>
<xs:enumeration value="resize_t"/>
<xs:enumeration value="index_t"/>
<xs:enumeration value="value_t"/>
@@ -175,7 +174,6 @@
<xs:attribute name="in_out_t" type="datatype"/>
<xs:attribute name="weight_t" type="datatype"/>
<xs:attribute name="acc_t" type="datatype"/>
- <xs:attribute name="cmp_t" type="datatype"/>
<xs:attribute name="resize_t" type="datatype"/>
<xs:attribute name="index_t" type="datatype"/>
<xs:attribute name="value_t" type="datatype"/>