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 --- .../input-0.json | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 operators/data_layout/slice/slice_ERRORIF_WrongInputType_11x8_i4_perm1/input-0.json (limited to 'operators/data_layout/slice/slice_ERRORIF_WrongInputType_11x8_i4_perm1/input-0.json') diff --git a/operators/data_layout/slice/slice_ERRORIF_WrongInputType_11x8_i4_perm1/input-0.json b/operators/data_layout/slice/slice_ERRORIF_WrongInputType_11x8_i4_perm1/input-0.json new file mode 100644 index 000000000..e5aa054ae --- /dev/null +++ b/operators/data_layout/slice/slice_ERRORIF_WrongInputType_11x8_i4_perm1/input-0.json @@ -0,0 +1,115 @@ +{ + "type": "int32", + "data": [ + [ + 1, + 3, + -3, + 6, + 3, + 1, + 0, + 2 + ], + [ + 1, + 3, + -1, + -3, + 3, + -3, + -7, + -6 + ], + [ + -7, + 0, + 3, + -3, + -7, + 2, + -2, + 4 + ], + [ + -2, + 2, + 2, + -3, + 4, + 5, + 5, + -3 + ], + [ + -3, + -3, + -5, + 6, + 7, + 5, + -7, + 7 + ], + [ + 5, + -6, + -7, + -4, + 0, + -2, + 2, + 3 + ], + [ + 0, + -2, + 1, + -6, + -7, + 4, + -5, + 7 + ], + [ + 1, + 0, + 5, + -4, + 1, + -1, + 0, + 6 + ], + [ + 7, + -1, + -2, + -3, + -2, + -1, + -6, + -4 + ], + [ + 4, + 3, + -6, + 6, + -5, + -5, + -7, + -5 + ], + [ + -5, + 6, + -1, + -5, + -7, + -4, + -1, + -1 + ] + ] +} \ No newline at end of file -- cgit v1.2.1