From d2d22b3e074fa6be55ca3d568540e820e50f44be Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:09 +0100 Subject: Updating CONTROL_FLOW tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I4ae422b36f7867a762ea2940a332afa6c5c153a8 --- .../input-1.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_6x2x15_i32_iter1/input-1.json (limited to 'operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_6x2x15_i32_iter1/input-1.json') diff --git a/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_6x2x15_i32_iter1/input-1.json b/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_6x2x15_i32_iter1/input-1.json new file mode 100644 index 000000000..58fa56ab2 --- /dev/null +++ b/operators/control_flow/while_loop/while_loop_ERRORIF_CondGraphOutputNotMatchingBool_6x2x15_i32_iter1/input-1.json @@ -0,0 +1,6 @@ +{ + "type": "int32", + "data": [ + 1 + ] +} \ No newline at end of file -- cgit v1.2.1