From fa4f26105f770ff21a26b31aa78067297e2312fa Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 22 May 2023 11:42:56 +0100 Subject: Update tests for one dimension of -1 in RESHAPE Signed-off-by: Jeremy Johnson Change-Id: Ia65988177fb6abece6dbaad5a0eb85e67741a67a --- .../reshape_28x35x50_f16_perm0_rank3/test.json | 63 ---------------------- 1 file changed, 63 deletions(-) delete mode 100644 operators/data_layout/reshape/reshape_28x35x50_f16_perm0_rank3/test.json (limited to 'operators/data_layout/reshape/reshape_28x35x50_f16_perm0_rank3/test.json') diff --git a/operators/data_layout/reshape/reshape_28x35x50_f16_perm0_rank3/test.json b/operators/data_layout/reshape/reshape_28x35x50_f16_perm0_rank3/test.json deleted file mode 100644 index 063240fb5..000000000 --- a/operators/data_layout/reshape/reshape_28x35x50_f16_perm0_rank3/test.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - version: { - _major: 0, - _minor: 70, - _patch: 0, - _draft: true - }, - regions: [ - { - name: "main", - blocks: [ - { - name: "main", - operators: [ - { - op: "RESHAPE", - attribute_type: "ReshapeAttribute", - attribute: { - new_shape: [ - 175, - 2, - 140 - ] - }, - inputs: [ - "input-0" - ], - outputs: [ - "result-0" - ] - } - ], - tensors: [ - { - name: "input-0", - shape: [ - 28, - 35, - 50 - ], - type: "FP16" - }, - { - name: "result-0", - shape: [ - 175, - 2, - 140 - ], - type: "FP16" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" - ] - } - ] - } - ] -} -- cgit v1.2.1