aboutsummaryrefslogtreecommitdiff
path: root/tosa.xml
diff options
context:
space:
mode:
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 5a04023..fcd3597 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -2244,8 +2244,8 @@ used.</description>
<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="-">
- <description>Input condition as rank-0 tensor</description>
+ <argument category="input" name="condition" type="bool_t*" shape="shape">
+ <description>Input condition as a size 1 tensor</description>
</argument>
<argument category="attribute" name="then_graph" type="tosa_graph_t" shape="-">
<description>TOSA graph to execute if condition is true</description>