From d8e6b6b5148a3d61b378e6e5259ca421a709abef Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 21 Nov 2022 11:51:55 +0000 Subject: Create MI tests for Data Layout: CONCAT, PAD, RESHAPE, REVERSE, SLICE, TILE, TRANSPOSE Signed-off-by: James Ward Change-Id: Icbbe8f63e35d04a3b2cc64bd760ca92c22fd4aa7 --- .../desc.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 operators/data_layout/transpose/transpose_ERRORIF_WrongOutputType_6x13x5x15_f16_perm5/desc.json (limited to 'operators/data_layout/transpose/transpose_ERRORIF_WrongOutputType_6x13x5x15_f16_perm5/desc.json') diff --git a/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputType_6x13x5x15_f16_perm5/desc.json b/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputType_6x13x5x15_f16_perm5/desc.json new file mode 100644 index 000000000..d57e8394e --- /dev/null +++ b/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputType_6x13x5x15_f16_perm5/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": "Output data type not supported for this configuration of operator", + "profile": [ + "tosa-mi" + ] +} \ No newline at end of file -- cgit v1.2.1