From 71de2cbff4e2fece9a95db3c2b92e1537b52de34 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 25 Aug 2022 11:29:50 +0100 Subject: Regen PAD ERROR_IF tests for missing checks Signed-off-by: Jeremy Johnson Change-Id: I85e6aca325039a579c3b6ad695a54ad7d19aa541 --- .../desc.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 operators/data_layout/pad/pad_ERRORIF_WrongOutputType_26x26x6x24_i16_pad11001001/desc.json (limited to 'operators/data_layout/pad/pad_ERRORIF_WrongOutputType_26x26x6x24_i16_pad11001001/desc.json') diff --git a/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_26x26x6x24_i16_pad11001001/desc.json b/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_26x26x6x24_i16_pad11001001/desc.json new file mode 100644 index 000000000..199bfa93c --- /dev/null +++ b/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_26x26x6x24_i16_pad11001001/desc.json @@ -0,0 +1,22 @@ +{ + "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": "Output data type not supported for this configuration of operator", + "profile": [ + "tosa-bi", + "tosa-mi" + ] +} \ No newline at end of file -- cgit v1.2.1