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_ERRORIF_WrongOutputType_1x12x5x1_i8_modeB_outf16_sc3x1x4x1_off0x0_bor2x0/test.json') diff --git a/operators/image/resize/resize_ERRORIF_WrongOutputType_1x12x5x1_i8_modeB_outf16_sc3x1x4x1_off0x0_bor2x0/test.json b/operators/image/resize/resize_ERRORIF_WrongOutputType_1x12x5x1_i8_modeB_outf16_sc3x1x4x1_off0x0_bor2x0/test.json index 3d523a009..4e67d0d56 100644 --- a/operators/image/resize/resize_ERRORIF_WrongOutputType_1x12x5x1_i8_modeB_outf16_sc3x1x4x1_off0x0_bor2x0/test.json +++ b/operators/image/resize/resize_ERRORIF_WrongOutputType_1x12x5x1_i8_modeB_outf16_sc3x1x4x1_off0x0_bor2x0/test.json @@ -5,30 +5,63 @@ _patch: 0, _draft: true }, - blocks: [ + regions: [ { name: "main", - operators: [ + blocks: [ { - op: "RESIZE", - attribute_type: "ResizeAttribute", - attribute: { - scale: [ - 3, - 1, - 4, - 1 - ], - offset: [ - 0, - 0 - ], - border: [ - 2, - 0 - ], - mode: "BILINEAR" - }, + name: "main", + operators: [ + { + op: "RESIZE", + attribute_type: "ResizeAttribute", + attribute: { + scale: [ + 3, + 1, + 4, + 1 + ], + offset: [ + 0, + 0 + ], + border: [ + 2, + 0 + ], + mode: "BILINEAR" + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 12, + 5, + 1 + ], + type: "INT8" + }, + { + name: "result-0", + shape: [ + 1, + 36, + 17, + 1 + ], + type: "FP16" + } + ], inputs: [ "input-0" ], @@ -36,34 +69,6 @@ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 12, - 5, - 1 - ], - type: "INT8" - }, - { - name: "result-0", - shape: [ - 1, - 36, - 17, - 1 - ], - type: "FP16" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1