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_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json') diff --git a/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json b/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json index 2f2d04f83..109c7c46f 100644 --- a/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json +++ b/operators/image/resize/resize_1x49x42x28_f16_modeN_outf16_sc1719x12372x922x2791_off3615x13604_bor-4665x-4661/test.json @@ -5,30 +5,63 @@ _patch: 0, _draft: true }, - blocks: [ + regions: [ { name: "main", - operators: [ + blocks: [ { - op: "RESIZE", - attribute_type: "ResizeAttribute", - attribute: { - scale: [ - 1719, - 12372, - 922, - 2791 - ], - offset: [ - 3615, - 13604 - ], - border: [ - -4665, - -4661 - ], - mode: "NEAREST" - }, + name: "main", + operators: [ + { + op: "RESIZE", + attribute_type: "ResizeAttribute", + attribute: { + scale: [ + 1719, + 12372, + 922, + 2791 + ], + offset: [ + 3615, + 13604 + ], + border: [ + -4665, + -4661 + ], + mode: "NEAREST" + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 49, + 42, + 28 + ], + type: "FP16" + }, + { + name: "result-0", + shape: [ + 1, + 7, + 8, + 28 + ], + type: "FP16" + } + ], inputs: [ "input-0" ], @@ -36,34 +69,6 @@ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 49, - 42, - 28 - ], - type: "FP16" - }, - { - name: "result-0", - shape: [ - 1, - 7, - 8, - 28 - ], - type: "FP16" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1