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 | 517 +++++++++++---------- 1 file changed, 261 insertions(+), 256 deletions(-) (limited to 'operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st22_pad1-21-4_os1x24x66x2/test.json') diff --git a/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st22_pad1-21-4_os1x24x66x2/test.json b/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st22_pad1-21-4_os1x24x66x2/test.json index 5afe19a86..c2891eb58 100644 --- a/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st22_pad1-21-4_os1x24x66x2/test.json +++ b/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st22_pad1-21-4_os1x24x66x2/test.json @@ -5,274 +5,279 @@ _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: "TRANSPOSE_CONV2D", + attribute_type: "TransposeConvAttribute", + attribute: { + out_pad: [ + 1, + -2, + 1, + -4 + ], + stride: [ + 2, + 2 + ], + output_shape: [ + 1, + 24, + 66, + 2 + ], + input_zp: 0, + weight_zp: -49, + accum_dtype: "INT48" + }, + inputs: [ + "input-0", + "const-1", + "const-2" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 11, + 33, + 3 + ], + type: "INT16" + }, + { + name: "const-1", + shape: [ + 2, + 5, + 5, + 3 + ], + type: "INT8", + data: [ + 61, + 5, + 248, + 206, + 25, + 152, + 25, + 114, + 171, + 212, + 186, + 99, + 116, + 33, + 133, + 195, + 247, + 66, + 255, + 47, + 49, + 108, + 84, + 178, + 36, + 236, + 66, + 174, + 113, + 31, + 145, + 79, + 170, + 188, + 85, + 19, + 27, + 201, + 32, + 8, + 60, + 111, + 51, + 68, + 231, + 11, + 48, + 6, + 133, + 134, + 59, + 100, + 53, + 105, + 41, + 225, + 153, + 72, + 52, + 110, + 208, + 123, + 123, + 52, + 234, + 213, + 105, + 139, + 218, + 154, + 165, + 25, + 32, + 137, + 47, + 93, + 65, + 196, + 109, + 58, + 234, + 82, + 129, + 36, + 232, + 189, + 244, + 19, + 212, + 179, + 143, + 32, + 44, + 146, + 81, + 183, + 31, + 111, + 27, + 184, + 157, + 89, + 3, + 78, + 163, + 157, + 128, + 101, + 28, + 238, + 75, + 65, + 178, + 246, + 23, + 134, + 150, + 124, + 198, + 167, + 9, + 154, + 3, + 147, + 230, + 69, + 130, + 181, + 35, + 151, + 166, + 203, + 175, + 115, + 30, + 230, + 108, + 37, + 46, + 231, + 233, + 226, + 83, + 98, + 238, + 171, + 10, + 17, + 251, + 105 + ] + }, + { + name: "const-2", + shape: [ + 2 + ], + type: "INT48", + data: [ + 55, + 202, + 37, + 215, + 114, + 156, + 74, + 101, + 38, + 85, + 162, + 91 + ] + }, + { + name: "result-0", + shape: [ + 1, + 24, + 66, + 2 + ], + type: "INT48" + } ], - outputs: [ - "const-2" - ] - }, - { - op: "TRANSPOSE_CONV2D", - attribute_type: "TransposeConvAttribute", - attribute: { - out_pad: [ - 1, - -2, - 1, - -4 - ], - stride: [ - 2, - 2 - ], - output_shape: [ - 1, - 24, - 66, - 2 - ], - input_zp: 0, - weight_zp: -49, - accum_dtype: "INT48" - }, inputs: [ - "input-0", - "const-1", - "const-2" + "input-0" ], outputs: [ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 1, - 11, - 33, - 3 - ], - type: "INT16" - }, - { - name: "const-1", - shape: [ - 2, - 5, - 5, - 3 - ], - type: "INT8", - data: [ - 61, - 5, - 248, - 206, - 25, - 152, - 25, - 114, - 171, - 212, - 186, - 99, - 116, - 33, - 133, - 195, - 247, - 66, - 255, - 47, - 49, - 108, - 84, - 178, - 36, - 236, - 66, - 174, - 113, - 31, - 145, - 79, - 170, - 188, - 85, - 19, - 27, - 201, - 32, - 8, - 60, - 111, - 51, - 68, - 231, - 11, - 48, - 6, - 133, - 134, - 59, - 100, - 53, - 105, - 41, - 225, - 153, - 72, - 52, - 110, - 208, - 123, - 123, - 52, - 234, - 213, - 105, - 139, - 218, - 154, - 165, - 25, - 32, - 137, - 47, - 93, - 65, - 196, - 109, - 58, - 234, - 82, - 129, - 36, - 232, - 189, - 244, - 19, - 212, - 179, - 143, - 32, - 44, - 146, - 81, - 183, - 31, - 111, - 27, - 184, - 157, - 89, - 3, - 78, - 163, - 157, - 128, - 101, - 28, - 238, - 75, - 65, - 178, - 246, - 23, - 134, - 150, - 124, - 198, - 167, - 9, - 154, - 3, - 147, - 230, - 69, - 130, - 181, - 35, - 151, - 166, - 203, - 175, - 115, - 30, - 230, - 108, - 37, - 46, - 231, - 233, - 226, - 83, - 98, - 238, - 171, - 10, - 17, - 251, - 105 - ] - }, - { - name: "const-2", - shape: [ - 2 - ], - type: "INT48", - data: [ - 55, - 202, - 37, - 215, - 114, - 156, - 74, - 101, - 38, - 85, - 162, - 91 - ] - }, - { - name: "result-0", - shape: [ - 1, - 24, - 66, - 2 - ], - type: "INT48" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1