aboutsummaryrefslogtreecommitdiff
path: root/tosa.xml
diff options
context:
space:
mode:
authorDominic Symes <dominic.symes@arm.com>2022-09-28 13:10:27 +0100
committerDominic Symes <dominic.symes@arm.com>2022-09-28 13:10:27 +0100
commitccde4d76185f2010d522d3a751a5dac586bdfca8 (patch)
tree42a9b52f0da4fcfd42d7d900b21243e401ca5ce4 /tosa.xml
parent5bb9a2a0ab667aac5517cf1fcbd725e2fa566938 (diff)
downloadspecification-ccde4d76185f2010d522d3a751a5dac586bdfca8.tar.gz
RESIZE: Clarify floating point types
Change resize_t to use the same type as in_t and out_t for floating point data. Signed-off-by: Dominic Symes <dominic.symes@arm.com> Change-Id: I3214d92477688b95ba572f22d34aab3fef7d0f82
Diffstat (limited to 'tosa.xml')
-rw-r--r--tosa.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tosa.xml b/tosa.xml
index bc86354..c17545b 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -1886,11 +1886,11 @@ used.</description>
<typesupport mode="signed 8, nearest" resize_t="int16_t" in_t="int8_t" out_t="int8_t"/>
<typesupport mode="signed 16, bilinear" resize_t="int16_t" in_t="int16_t" out_t="int48_t"/>
<typesupport mode="signed 16, nearest" resize_t="int16_t" in_t="int16_t" out_t="int16_t"/>
- <typesupport mode="fp16" resize_t="fp16_t" in_t="fp32_t" out_t="fp16_t">
+ <typesupport mode="fp16" resize_t="fp16_t" in_t="fp16_t" out_t="fp16_t">
<profile name="MI"/>
<profile name="MT"/>
</typesupport>
- <typesupport mode="bf16" resize_t="fp32_t" in_t="bf16_t" out_t="bf16_t">
+ <typesupport mode="bf16" resize_t="bf16_t" in_t="bf16_t" out_t="bf16_t">
<profile name="MI"/>
<profile name="MT"/>
</typesupport>