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 | 107 +++++++++++---------- 1 file changed, 56 insertions(+), 51 deletions(-) (limited to 'operators/tensor/max_pool2d/max_pool2d_ERRORIF_PoolingOutputShapeNonInteger_1x11x13x5_i8_st22_kern22_pad0000/test.json') diff --git a/operators/tensor/max_pool2d/max_pool2d_ERRORIF_PoolingOutputShapeNonInteger_1x11x13x5_i8_st22_kern22_pad0000/test.json b/operators/tensor/max_pool2d/max_pool2d_ERRORIF_PoolingOutputShapeNonInteger_1x11x13x5_i8_st22_kern22_pad0000/test.json index 82130b846..3a0deda7f 100644 --- a/operators/tensor/max_pool2d/max_pool2d_ERRORIF_PoolingOutputShapeNonInteger_1x11x13x5_i8_st22_kern22_pad0000/test.json +++ b/operators/tensor/max_pool2d/max_pool2d_ERRORIF_PoolingOutputShapeNonInteger_1x11x13x5_i8_st22_kern22_pad0000/test.json @@ -5,32 +5,65 @@ _patch: 0, _draft: true }, - blocks: [ + regions: [ { name: "main", - operators: [ + blocks: [ { - op: "MAX_POOL2D", - attribute_type: "PoolAttribute", - attribute: { - pad: [ - 0, - 0, - 0, - 0 - ], - kernel: [ - 2, - 2 - ], - stride: [ - 2, - 2 - ], - input_zp: 0, - output_zp: 0, - accum_dtype: "UNKNOWN" - }, + name: "main", + operators: [ + { + op: "MAX_POOL2D", + attribute_type: "PoolAttribute", + attribute: { + pad: [ + 0, + 0, + 0, + 0 + ], + kernel: [ + 2, + 2 + ], + stride: [ + 2, + 2 + ], + input_zp: 0, + output_zp: 0, + accum_dtype: "UNKNOWN" + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 11, + 13, + 5 + ], + type: "INT8" + }, + { + name: "result-0", + shape: [ + 1, + 5, + 6, + 5 + ], + type: "INT8" + } + ], inputs: [ "input-0" ], @@ -38,34 +71,6 @@ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 11, - 13, - 5 - ], - type: "INT8" - }, - { - name: "result-0", - shape: [ - 1, - 5, - 6, - 5 - ], - type: "INT8" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1