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 | 22 ++ .../input-0.json | 325 +++++++++++++++++++++ .../test.json | 65 +++++ 3 files changed, 412 insertions(+) create mode 100644 operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/desc.json create mode 100644 operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/input-0.json create mode 100644 operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/test.json (limited to 'operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0') diff --git a/operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/desc.json b/operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/desc.json new file mode 100644 index 000000000..41275b4d0 --- /dev/null +++ b/operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/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": "Input Rank does not match output rank", + "profile": [ + "tosa-bi", + "tosa-mi" + ] +} \ No newline at end of file diff --git a/operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/input-0.json b/operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/input-0.json new file mode 100644 index 000000000..3d00bb152 --- /dev/null +++ b/operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/input-0.json @@ -0,0 +1,325 @@ +{ + "type": "int32", + "data": [ + [ + [ + -54, + 126, + -49, + 56, + 2, + -121, + -90, + -109 + ], + [ + -99, + 83, + -47, + 68, + 102, + -1, + 37, + -62 + ], + [ + 101, + -75, + -123, + 18, + 97, + -91, + -115, + -14 + ] + ], + [ + [ + -114, + 7, + -8, + 90, + 40, + -7, + 104, + 52 + ], + [ + -94, + 46, + 52, + -18, + -50, + 34, + -33, + 32 + ], + [ + -55, + 86, + 13, + -92, + 26, + 55, + 38, + 84 + ] + ], + [ + [ + 61, + -34, + 100, + -11, + 16, + 41, + -70, + 6 + ], + [ + 105, + 108, + 112, + 88, + -55, + 119, + 75, + 18 + ], + [ + -25, + 25, + 83, + -80, + 7, + 38, + 45, + 71 + ] + ], + [ + [ + 69, + -15, + 63, + 83, + 114, + 4, + 122, + -21 + ], + [ + 35, + -9, + 0, + -25, + 32, + 102, + -93, + 94 + ], + [ + -89, + -123, + 8, + -98, + -31, + 72, + 1, + -81 + ] + ], + [ + [ + -10, + 50, + -114, + -10, + -62, + 61, + 85, + -121 + ], + [ + 98, + 66, + 3, + -6, + -94, + 1, + 108, + -19 + ], + [ + 4, + 116, + 84, + 45, + 114, + -45, + -31, + -101 + ] + ], + [ + [ + -70, + 80, + 11, + 80, + 10, + 34, + -9, + 49 + ], + [ + -46, + -8, + 29, + -17, + -81, + -96, + -56, + 114 + ], + [ + 50, + -39, + -73, + -122, + -61, + 63, + -33, + 100 + ] + ], + [ + [ + 80, + 102, + -27, + -57, + -60, + -63, + 81, + 94 + ], + [ + -40, + -99, + 71, + -94, + -63, + 80, + -20, + -73 + ], + [ + 25, + -128, + -82, + 19, + -2, + 20, + 22, + 38 + ] + ], + [ + [ + -53, + 31, + 42, + -42, + -110, + 45, + 39, + 39 + ], + [ + 108, + 37, + -114, + 109, + 35, + -86, + -39, + 73 + ], + [ + 28, + -90, + -88, + 104, + -14, + -126, + 82, + -17 + ] + ], + [ + [ + 65, + 75, + -40, + -1, + -86, + 77, + 54, + -73 + ], + [ + 72, + -69, + -27, + 54, + -5, + 92, + -20, + -70 + ], + [ + 60, + 54, + 114, + 39, + 122, + 72, + -39, + 43 + ] + ], + [ + [ + 43, + 45, + 83, + 127, + 67, + 61, + -122, + -3 + ], + [ + 83, + -37, + 28, + -90, + -112, + 38, + 57, + -106 + ], + [ + 26, + -66, + -78, + -105, + -83, + 79, + -49, + -122 + ] + ] + ] +} \ No newline at end of file diff --git a/operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/test.json b/operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/test.json new file mode 100644 index 000000000..6e4e0f1a7 --- /dev/null +++ b/operators/data_layout/tile/tile_ERRORIF_RankMismatch_10x3x8_i8_perm0/test.json @@ -0,0 +1,65 @@ +{ + version: { + _major: 0, + _minor: 51, + _patch: 0, + _draft: true + }, + regions: [ + { + name: "main", + blocks: [ + { + name: "main", + operators: [ + { + op: "TILE", + attribute_type: "TileAttribute", + attribute: { + multiples: [ + 1, + 1, + 3 + ] + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 10, + 3, + 8 + ], + type: "INT8" + }, + { + name: "result-0", + shape: [ + 10, + 3, + 24, + 1, + 1 + ], + type: "INT8" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] + } + ] +} -- cgit v1.2.1