From 59dba4bee812c3fddd8d5ed20464f8417a6997c4 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 3 Jan 2023 16:24:52 +0000 Subject: Updating CONTROL_FLOW tests for new ERROR_IF cases Signed-off-by: Jeremy Johnson Change-Id: Iab804b9fa6bd37f609b1a8ccda84667a01289c91 --- .../desc.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 operators/control_flow/while_loop/while_loop_ERRORIF_InputListBodyGraphInputMismatch_14x12x10_i32_iter0/desc.json (limited to 'operators/control_flow/while_loop/while_loop_ERRORIF_InputListBodyGraphInputMismatch_14x12x10_i32_iter0/desc.json') diff --git a/operators/control_flow/while_loop/while_loop_ERRORIF_InputListBodyGraphInputMismatch_14x12x10_i32_iter0/desc.json b/operators/control_flow/while_loop/while_loop_ERRORIF_InputListBodyGraphInputMismatch_14x12x10_i32_iter0/desc.json new file mode 100644 index 000000000..86d046887 --- /dev/null +++ b/operators/control_flow/while_loop/while_loop_ERRORIF_InputListBodyGraphInputMismatch_14x12x10_i32_iter0/desc.json @@ -0,0 +1,24 @@ +{ + "tosa_file": "test.json", + "ifm_name": [ + "input-1", + "input-2" + ], + "ifm_file": [ + "input-1.npy", + "input-2.npy" + ], + "ofm_name": [ + "layer-3" + ], + "ofm_file": [ + "layer-3.npy" + ], + "expected_return_code": 2, + "expected_failure": true, + "expected_failure_desc": "Input list does not match body graph input", + "profile": [ + "tosa-bi", + "tosa-mi" + ] +} \ No newline at end of file -- cgit v1.2.1