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_1x15x13x38_f32_st22_kern99_pad0888/test.json') diff --git a/operators/tensor/max_pool2d/max_pool2d_1x15x13x38_f32_st22_kern99_pad0888/test.json b/operators/tensor/max_pool2d/max_pool2d_1x15x13x38_f32_st22_kern99_pad0888/test.json index bc8e5e55d..36643b18c 100644 --- a/operators/tensor/max_pool2d/max_pool2d_1x15x13x38_f32_st22_kern99_pad0888/test.json +++ b/operators/tensor/max_pool2d/max_pool2d_1x15x13x38_f32_st22_kern99_pad0888/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, - 8, - 8, - 8 - ], - kernel: [ - 9, - 9 - ], - stride: [ - 2, - 2 - ], - input_zp: 0, - output_zp: 0, - accum_dtype: "UNKNOWN" - }, + name: "main", + operators: [ + { + op: "MAX_POOL2D", + attribute_type: "PoolAttribute", + attribute: { + pad: [ + 0, + 8, + 8, + 8 + ], + kernel: [ + 9, + 9 + ], + stride: [ + 2, + 2 + ], + input_zp: 0, + output_zp: 0, + accum_dtype: "UNKNOWN" + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 15, + 13, + 38 + ], + type: "FP32" + }, + { + name: "result-0", + shape: [ + 1, + 8, + 11, + 38 + ], + type: "FP32" + } + ], inputs: [ "input-0" ], @@ -38,34 +71,6 @@ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 15, - 13, - 38 - ], - type: "FP32" - }, - { - name: "result-0", - shape: [ - 1, - 8, - 11, - 38 - ], - type: "FP32" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1