From c0e467a02522a1b2706d7ac0ba2f952a36e62767 Mon Sep 17 00:00:00 2001 From: Kevin Petit Date: Wed, 10 May 2023 16:21:23 +0100 Subject: Swap order of condition and input_list arguments on COND_IF This make it easier for implementations to use variadic constructs to implement input_list. Signed-off-by: Kevin Petit Change-Id: I3fcc40be30551d883ead506f5eba2aa08cc5186e --- tosa.xml | 6 +++--- 1 file 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. COND_IF - - List of input tensors - Input condition as a size 1 tensor + + List of input tensors + TOSA graph to execute if condition is true -- cgit v1.2.1