From fde43724c4e354634566f93fa60d21048c1b7888 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 1 Mar 2023 12:24:20 +0000 Subject: Regen DATA LAYOUT tests for test gen improvements PAD, SLICE, TILE and TRANSPOSE have improved ERROR IF tests. Signed-off-by: Jeremy Johnson Change-Id: Id514aaff48d9710552fa8de27ff2045ff4107764 --- .../desc.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 operators/data_layout/pad/pad_ERRORIF_WrongInputList_4x12x4_bf16_pad001100/desc.json (limited to 'operators/data_layout/pad/pad_ERRORIF_WrongInputList_4x12x4_bf16_pad001100/desc.json') diff --git a/operators/data_layout/pad/pad_ERRORIF_WrongInputList_4x12x4_bf16_pad001100/desc.json b/operators/data_layout/pad/pad_ERRORIF_WrongInputList_4x12x4_bf16_pad001100/desc.json new file mode 100644 index 000000000..b4526f1cb --- /dev/null +++ b/operators/data_layout/pad/pad_ERRORIF_WrongInputList_4x12x4_bf16_pad001100/desc.json @@ -0,0 +1,21 @@ +{ + "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", + "profile": [ + "tosa-mi" + ] +} \ No newline at end of file -- cgit v1.2.1