From 2a11e937586ba1adef4cc4f0e39cde56935fc434 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:26 +0100 Subject: Updating TILE tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I9cf6e6fc30ad7cb18bd87591a1e5343267cbbb1d --- .../desc.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 operators/data_layout/tile/tile_ERRORIF_WrongInputType_18x15x18x18_i48_perm0/desc.json (limited to 'operators/data_layout/tile/tile_ERRORIF_WrongInputType_18x15x18x18_i48_perm0/desc.json') diff --git a/operators/data_layout/tile/tile_ERRORIF_WrongInputType_18x15x18x18_i48_perm0/desc.json b/operators/data_layout/tile/tile_ERRORIF_WrongInputType_18x15x18x18_i48_perm0/desc.json new file mode 100644 index 000000000..453da2758 --- /dev/null +++ b/operators/data_layout/tile/tile_ERRORIF_WrongInputType_18x15x18x18_i48_perm0/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": "Input data type not supported for this operator" +} \ No newline at end of file -- cgit v1.2.1