From 4d31d66df328978cf99dd65266aec0e24e334e8e Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:47 +0100 Subject: Updating TABLE tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I38056447601cf32d9012bb3ce00613ec3c7078e6 --- .../table_ERRORIF_WrongInputList_12x32_i8/desc.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 operators/ew_binary/table/table_ERRORIF_WrongInputList_12x32_i8/desc.json (limited to 'operators/ew_binary/table/table_ERRORIF_WrongInputList_12x32_i8/desc.json') diff --git a/operators/ew_binary/table/table_ERRORIF_WrongInputList_12x32_i8/desc.json b/operators/ew_binary/table/table_ERRORIF_WrongInputList_12x32_i8/desc.json new file mode 100644 index 000000000..2d7a7c8f1 --- /dev/null +++ b/operators/ew_binary/table/table_ERRORIF_WrongInputList_12x32_i8/desc.json @@ -0,0 +1,18 @@ +{ + "tosa_file": "test.json", + "ifm_name": [ + "input-0" + ], + "ifm_file": [ + "input-0.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