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_KernelSmallerOne_1x12x10x7_f16_st11_kern-1-3_pad0000/test.json') diff --git a/operators/tensor/max_pool2d/max_pool2d_ERRORIF_KernelSmallerOne_1x12x10x7_f16_st11_kern-1-3_pad0000/test.json b/operators/tensor/max_pool2d/max_pool2d_ERRORIF_KernelSmallerOne_1x12x10x7_f16_st11_kern-1-3_pad0000/test.json index 839acb9c0..4c746696e 100644 --- a/operators/tensor/max_pool2d/max_pool2d_ERRORIF_KernelSmallerOne_1x12x10x7_f16_st11_kern-1-3_pad0000/test.json +++ b/operators/tensor/max_pool2d/max_pool2d_ERRORIF_KernelSmallerOne_1x12x10x7_f16_st11_kern-1-3_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: [ - -1, - -3 - ], - stride: [ - 1, - 1 - ], - 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: [ + -1, + -3 + ], + stride: [ + 1, + 1 + ], + input_zp: 0, + output_zp: 0, + accum_dtype: "UNKNOWN" + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 12, + 10, + 7 + ], + type: "FP16" + }, + { + name: "result-0", + shape: [ + 1, + 14, + 14, + 7 + ], + type: "FP16" + } + ], inputs: [ "input-0" ], @@ -38,34 +71,6 @@ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 12, - 10, - 7 - ], - type: "FP16" - }, - { - name: "result-0", - shape: [ - 1, - 14, - 14, - 7 - ], - type: "FP16" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1