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 --- .../test.json | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x15_b_perm0/test.json (limited to 'operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x15_b_perm0/test.json') diff --git a/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x15_b_perm0/test.json b/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x15_b_perm0/test.json new file mode 100644 index 000000000..617e1d8ac --- /dev/null +++ b/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x15_b_perm0/test.json @@ -0,0 +1,60 @@ +{ + version: { + _major: 0, + _minor: 51, + _patch: 0, + _draft: true + }, + regions: [ + { + name: "main", + blocks: [ + { + name: "main", + operators: [ + { + op: "TILE", + attribute_type: "TileAttribute", + attribute: { + multiples: [ + 1, + 3 + ] + }, + inputs: [ + "input-0" + ], + outputs: [ + + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 10, + 15 + ], + type: "BOOL" + }, + { + name: "result-0", + shape: [ + 10, + 45 + ], + type: "BOOL" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] + } + ] +} -- cgit v1.2.1