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 | 109 +++++++++++---------- 1 file changed, 57 insertions(+), 52 deletions(-) (limited to 'operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongInputList_1x3x11x5_i8_st11_kern22_pad0000') diff --git a/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongInputList_1x3x11x5_i8_st11_kern22_pad0000/test.json b/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongInputList_1x3x11x5_i8_st11_kern22_pad0000/test.json index c1346dc5c..2445cd0a2 100644 --- a/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongInputList_1x3x11x5_i8_st11_kern22_pad0000/test.json +++ b/operators/tensor/max_pool2d/max_pool2d_ERRORIF_WrongInputList_1x3x11x5_i8_st11_kern22_pad0000/test.json @@ -5,67 +5,72 @@ _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: [ - 1, - 1 - ], - input_zp: 0, - output_zp: 0, - accum_dtype: "UNKNOWN" - }, - inputs: [ + name: "main", + operators: [ + { + op: "MAX_POOL2D", + attribute_type: "PoolAttribute", + attribute: { + pad: [ + 0, + 0, + 0, + 0 + ], + kernel: [ + 2, + 2 + ], + stride: [ + 1, + 1 + ], + input_zp: 0, + output_zp: 0, + accum_dtype: "UNKNOWN" + }, + inputs: [ + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 3, + 11, + 5 + ], + type: "INT8" + }, + { + name: "result-0", + shape: [ + 1, + 2, + 10, + 5 + ], + type: "INT8" + } + ], + inputs: [ + "input-0" ], outputs: [ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 3, - 11, - 5 - ], - type: "INT8" - }, - { - name: "result-0", - shape: [ - 1, - 2, - 10, - 5 - ], - type: "INT8" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1