From 4370b93cf307fa099973341c481e7c2d50eee572 Mon Sep 17 00:00:00 2001 From: Dominic Symes Date: Wed, 30 Nov 2022 14:25:20 +0000 Subject: Clarify the type of condition tensors Condition tensors used by the control flow operations must contain a single element. Change-Id: Ie3cb8f0b4a4149cee1b3aacbfa720dd4cad02fbc Signed-off-by: Dominic Symes --- tosa.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tosa.xml') diff --git a/tosa.xml b/tosa.xml index 5a04023..fcd3597 100644 --- a/tosa.xml +++ b/tosa.xml @@ -2244,8 +2244,8 @@ used. List of input tensors - - Input condition as rank-0 tensor + + Input condition as a size 1 tensor TOSA graph to execute if condition is true -- cgit v1.2.1