aboutsummaryrefslogtreecommitdiff
path: root/tosa.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tosa.xml')
-rw-r--r--tosa.xml38
1 files changed, 19 insertions, 19 deletions
diff --git a/tosa.xml b/tosa.xml
index dbf1604..00012ad 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -1892,31 +1892,31 @@ used.</description>
<operator>
<name>GATHER</name>
<arguments>
- <argument category="input" name="values" type="value_t*" shape="[N,K,C]">
+ <argument category="input" name="values" type="in_out_t*" shape="[N,K,C]">
<description>3D value tensor</description>
</argument>
<argument category="input" name="indices" type="index_t*" shape="[N,W]">
<description>2D index tensor</description>
</argument>
- <argument category="output" name="output" type="value_t*" shape="[N,W,C]">
+ <argument category="output" name="output" type="in_out_t*" shape="[N,W,C]">
<description>3D output tensor</description>
</argument>
</arguments>
<types>
- <type name='value_t'/>
+ <type name='in_out_t'/>
</types>
- <typesupport mode="signed 8" value_t="int8_t"/>
- <typesupport mode="signed 16" value_t="int16_t"/>
- <typesupport mode="signed 32" value_t="int32_t"/>
- <typesupport mode="fp16" value_t="fp16_t">
+ <typesupport mode="signed 8" in_out_t="int8_t"/>
+ <typesupport mode="signed 16" in_out_t="int16_t"/>
+ <typesupport mode="signed 32" in_out_t="int32_t"/>
+ <typesupport mode="fp16" in_out_t="fp16_t">
<profile name="MI"/>
<profile name="MT"/>
</typesupport>
- <typesupport mode="bf16" value_t="bf16_t">
+ <typesupport mode="bf16" in_out_t="bf16_t">
<profile name="MI"/>
<profile name="MT"/>
</typesupport>
- <typesupport mode="fp32" value_t="fp32_t">
+ <typesupport mode="fp32" in_out_t="fp32_t">
<profile name="MI"/>
<profile name="MT"/>
</typesupport>
@@ -1924,34 +1924,34 @@ used.</description>
<operator>
<name>SCATTER</name>
<arguments>
- <argument category="input" name="values_in" type="value_t*" shape="[N,K,C]">
+ <argument category="input" name="values_in" type="in_out_t*" shape="[N,K,C]">
<description>3D values in tensor</description>
</argument>
<argument category="input" name="indices" type="index_t*" shape="[N,W]">
<description>2D index tensor</description>
</argument>
- <argument category="input" name="input" type="value_t*" shape="[N,W,C]">
+ <argument category="input" name="input" type="in_out_t*" shape="[N,W,C]">
<description>3D input tensor</description>
</argument>
- <argument category="output" name="values_out" type="value_t*" shape="[N,K,C]">
+ <argument category="output" name="values_out" type="in_out_t*" shape="[N,K,C]">
<description>3D output tensor</description>
</argument>
</arguments>
<types>
- <type name='value_t'/>
+ <type name='in_out_t'/>
</types>
- <typesupport mode="signed 8" value_t="int8_t"/>
- <typesupport mode="signed 16" value_t="int16_t"/>
- <typesupport mode="signed 32" value_t="int32_t"/>
- <typesupport mode="fp16" value_t="fp16_t">
+ <typesupport mode="signed 8" in_out_t="int8_t"/>
+ <typesupport mode="signed 16" in_out_t="int16_t"/>
+ <typesupport mode="signed 32" in_out_t="int32_t"/>
+ <typesupport mode="fp16" in_out_t="fp16_t">
<profile name="MI"/>
<profile name="MT"/>
</typesupport>
- <typesupport mode="bf16" value_t="bf16_t">
+ <typesupport mode="bf16" in_out_t="bf16_t">
<profile name="MI"/>
<profile name="MT"/>
</typesupport>
- <typesupport mode="fp32" value_t="fp32_t">
+ <typesupport mode="fp32" in_out_t="fp32_t">
<profile name="MI"/>
<profile name="MT"/>
</typesupport>