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 | 227 +++++++++++---------- 1 file changed, 116 insertions(+), 111 deletions(-) (limited to 'operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st211_pad900099_dilat771/test.json') diff --git a/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st211_pad900099_dilat771/test.json b/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st211_pad900099_dilat771/test.json index db5e4ff5a..47de10fcc 100644 --- a/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st211_pad900099_dilat771/test.json +++ b/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st211_pad900099_dilat771/test.json @@ -5,129 +5,134 @@ _patch: 0, _draft: true }, - blocks: [ + regions: [ { name: "main", - operators: [ + blocks: [ { - op: "CONST", - attribute_type: "NONE", - inputs: [ + name: "main", + operators: [ + { + op: "CONST", + attribute_type: "NONE", + inputs: [ - ], - outputs: [ - "const-1" - ] - }, - { - op: "CONST", - attribute_type: "NONE", - inputs: [ + ], + outputs: [ + "const-1" + ] + }, + { + op: "CONST", + attribute_type: "NONE", + inputs: [ + ], + outputs: [ + "const-2" + ] + }, + { + op: "CONV3D", + attribute_type: "ConvAttribute", + attribute: { + pad: [ + 9, + 0, + 0, + 0, + 9, + 9 + ], + stride: [ + 2, + 1, + 1 + ], + dilation: [ + 7, + 7, + 1 + ], + input_zp: 0, + weight_zp: -71, + accum_dtype: "INT48" + }, + inputs: [ + "input-0", + "const-1", + "const-2" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 9, + 11, + 12, + 3 + ], + type: "INT16" + }, + { + name: "const-1", + shape: [ + 1, + 2, + 1, + 1, + 3 + ], + type: "INT8", + data: [ + 66, + 247, + 133, + 21, + 212, + 129 + ] + }, + { + name: "const-2", + shape: [ + 1 + ], + type: "INT48", + data: [ + 198, + 35, + 12, + 150, + 58, + 115 + ] + }, + { + name: "result-0", + shape: [ + 1, + 6, + 11, + 30, + 1 + ], + type: "INT48" + } ], - outputs: [ - "const-2" - ] - }, - { - op: "CONV3D", - attribute_type: "ConvAttribute", - attribute: { - pad: [ - 9, - 0, - 0, - 0, - 9, - 9 - ], - stride: [ - 2, - 1, - 1 - ], - dilation: [ - 7, - 7, - 1 - ], - input_zp: 0, - weight_zp: -71, - accum_dtype: "INT48" - }, inputs: [ - "input-0", - "const-1", - "const-2" + "input-0" ], outputs: [ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 9, - 11, - 12, - 3 - ], - type: "INT16" - }, - { - name: "const-1", - shape: [ - 1, - 2, - 1, - 1, - 3 - ], - type: "INT8", - data: [ - 66, - 247, - 133, - 21, - 212, - 129 - ] - }, - { - name: "const-2", - shape: [ - 1 - ], - type: "INT48", - data: [ - 198, - 35, - 12, - 150, - 58, - 115 - ] - }, - { - name: "result-0", - shape: [ - 1, - 6, - 11, - 30, - 1 - ], - type: "INT48" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1