aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tosa.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tosa.xml b/tosa.xml
index 5b863bb..a9d8b5a 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -2447,13 +2447,13 @@ used.</description>
<operator>
<name>COND_IF</name>
<arguments>
- <argument category="input" name="input_list" type="tensor_list_t" shape="-">
- <description>List of input tensors</description>
- </argument>
<argument category="input" name="condition" type="bool_t*" shape="shape">
<description>Input condition as a size 1 tensor</description>
<rank min="1" max="MAX_RANK"/>
</argument>
+ <argument category="input" name="input_list" type="tensor_list_t" shape="-">
+ <description>List of input tensors</description>
+ </argument>
<argument category="attribute" name="then_graph" type="tosa_graph_t" shape="-">
<description>TOSA graph to execute if condition is true</description>
</argument>