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_i16_modeN_outi16_sc4x1x4x1_off-1x-1_bor1x1/test.json') diff --git a/operators/image/resize/resize_1x21x15x36_i16_modeN_outi16_sc4x1x4x1_off-1x-1_bor1x1/test.json b/operators/image/resize/resize_1x21x15x36_i16_modeN_outi16_sc4x1x4x1_off-1x-1_bor1x1/test.json index b62886f77..efd01f02e 100644 --- a/operators/image/resize/resize_1x21x15x36_i16_modeN_outi16_sc4x1x4x1_off-1x-1_bor1x1/test.json +++ b/operators/image/resize/resize_1x21x15x36_i16_modeN_outi16_sc4x1x4x1_off-1x-1_bor1x1/test.json @@ -5,30 +5,63 @@ _patch: 0, _draft: true }, - blocks: [ + regions: [ { name: "main", - operators: [ + blocks: [ { - op: "RESIZE", - attribute_type: "ResizeAttribute", - attribute: { - scale: [ - 4, - 1, - 4, - 1 - ], - offset: [ - -1, - -1 - ], - border: [ - 1, - 1 - ], - mode: "NEAREST" - }, + name: "main", + operators: [ + { + op: "RESIZE", + attribute_type: "ResizeAttribute", + attribute: { + scale: [ + 4, + 1, + 4, + 1 + ], + offset: [ + -1, + -1 + ], + border: [ + 1, + 1 + ], + mode: "NEAREST" + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 21, + 15, + 36 + ], + type: "INT16" + }, + { + name: "result-0", + shape: [ + 1, + 83, + 59, + 36 + ], + type: "INT16" + } + ], inputs: [ "input-0" ], @@ -36,34 +69,6 @@ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 21, - 15, - 36 - ], - type: "INT16" - }, - { - name: "result-0", - shape: [ - 1, - 83, - 59, - 36 - ], - type: "INT16" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1