From b08fb3e856b7757403ff9aafc9487f9c0ad61fe7 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 16 Jan 2023 15:17:52 +0000 Subject: Regen tests after control flow operator support Includes removing 3 tests that are not needed anymore. Signed-off-by: Jeremy Johnson Change-Id: I2c62d95a7b053e9016000d90125e00862f94200e --- .../test.json | 103 +++++++++++---------- 1 file changed, 54 insertions(+), 49 deletions(-) (limited to 'operators/image/resize/resize_1x21x15x36_bf16_modeB_outbf16_sc1566x7980x1177x6458_off13171x635_bor-10169x-2927') diff --git a/operators/image/resize/resize_1x21x15x36_bf16_modeB_outbf16_sc1566x7980x1177x6458_off13171x635_bor-10169x-2927/test.json b/operators/image/resize/resize_1x21x15x36_bf16_modeB_outbf16_sc1566x7980x1177x6458_off13171x635_bor-10169x-2927/test.json index 10e2ecd2a..26c624f2c 100644 --- a/operators/image/resize/resize_1x21x15x36_bf16_modeB_outbf16_sc1566x7980x1177x6458_off13171x635_bor-10169x-2927/test.json +++ b/operators/image/resize/resize_1x21x15x36_bf16_modeB_outbf16_sc1566x7980x1177x6458_off13171x635_bor-10169x-2927/test.json @@ -5,30 +5,63 @@ _patch: 0, _draft: true }, - blocks: [ + regions: [ { name: "main", - operators: [ + blocks: [ { - op: "RESIZE", - attribute_type: "ResizeAttribute", - attribute: { - scale: [ - 1566, - 7980, - 1177, - 6458 - ], - offset: [ - 13171, - 635 - ], - border: [ - -10169, - -2927 - ], - mode: "BILINEAR" - }, + name: "main", + operators: [ + { + op: "RESIZE", + attribute_type: "ResizeAttribute", + attribute: { + scale: [ + 1566, + 7980, + 1177, + 6458 + ], + offset: [ + 13171, + 635 + ], + border: [ + -10169, + -2927 + ], + mode: "BILINEAR" + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 21, + 15, + 36 + ], + type: "BF16" + }, + { + name: "result-0", + shape: [ + 1, + 2, + 3, + 36 + ], + type: "BF16" + } + ], inputs: [ "input-0" ], @@ -36,34 +69,6 @@ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 21, - 15, - 36 - ], - type: "BF16" - }, - { - name: "result-0", - shape: [ - 1, - 2, - 3, - 36 - ], - type: "BF16" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1