From cf8989f6250721418177c5b78cdedb7b6c56f74d Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:15 +0100 Subject: Updating DATA_LAYOUT tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I605e4528c4b31c393e4a8ee88de332ecbc2f1421 --- .../test.json | 67 ---------------------- 1 file changed, 67 deletions(-) delete mode 100644 operators/data_layout/slice/slice_ERRORIF_WrongOutputList_12x17x30x13_i32_perm0/test.json (limited to 'operators/data_layout/slice/slice_ERRORIF_WrongOutputList_12x17x30x13_i32_perm0/test.json') diff --git a/operators/data_layout/slice/slice_ERRORIF_WrongOutputList_12x17x30x13_i32_perm0/test.json b/operators/data_layout/slice/slice_ERRORIF_WrongOutputList_12x17x30x13_i32_perm0/test.json deleted file mode 100644 index 4fdcfce6e..000000000 --- a/operators/data_layout/slice/slice_ERRORIF_WrongOutputList_12x17x30x13_i32_perm0/test.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - version: { - _major: 0, - _minor: 41, - _patch: 0, - _draft: true - }, - blocks: [ - { - name: "main", - operators: [ - { - op: "SLICE", - attribute_type: "SliceAttribute", - attribute: { - start: [ - 7, - 2, - 27, - 6 - ], - size: [ - 1, - 3, - 2, - 2 - ] - }, - inputs: [ - "input-0" - ], - outputs: [ - - ] - } - ], - tensors: [ - { - name: "input-0", - shape: [ - 12, - 17, - 30, - 13 - ], - type: "INT32" - }, - { - name: "result-0", - shape: [ - 1, - 3, - 2, - 2 - ], - type: "INT32" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" - ] - } - ] -} -- cgit v1.2.1