From 45e0ee4bdaabb51815caa8c7a6a1ba3f52cdfb9a Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:07:12 +0100 Subject: Updating SCATTER tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I658252a08c69733e08cfc75233afaf2fb33c1116 --- .../desc.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputList_1x28x29_i8/desc.json (limited to 'operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputList_1x28x29_i8/desc.json') diff --git a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputList_1x28x29_i8/desc.json b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputList_1x28x29_i8/desc.json new file mode 100644 index 000000000..32d976811 --- /dev/null +++ b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputList_1x28x29_i8/desc.json @@ -0,0 +1,20 @@ +{ + "tosa_file": "test.json", + "ifm_name": [ + "input-0", + "input-1" + ], + "ifm_file": [ + "input-0.npy", + "input-1.npy" + ], + "ofm_name": [ + "result-0" + ], + "ofm_file": [ + "result-0.npy" + ], + "expected_return_code": 2, + "expected_failure": true, + "expected_failure_desc": "Op input list does not match expected input" +} \ No newline at end of file -- cgit v1.2.1