From cf8989f6250721418177c5b78cdedb7b6c56f74d Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:15 +0100 Subject: Updating DATA_LAYOUT tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I605e4528c4b31c393e4a8ee88de332ecbc2f1421 --- .../desc.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1/desc.json (limited to 'operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1/desc.json') diff --git a/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1/desc.json b/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1/desc.json new file mode 100644 index 000000000..199bfa93c --- /dev/null +++ b/operators/data_layout/reshape/reshape_ERRORIF_WrongOutputType_11x7x2_i32_perm0_rank1/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