From 9bcb0878be85d1f84a0beee9c4c8d920ce80d825 Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 9 Feb 2023 16:58:11 +0000 Subject: Regen for max-batch-size/ofm_depth bug fixes Signed-off-by: James Ward Change-Id: Ic3450f7fe401db64b8979577169d425d29a0e29d --- .../test.json | 283 --------------------- 1 file changed, 283 deletions(-) delete mode 100644 operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st22_pad-3-3-31_os1x19x67x2/test.json (limited to 'operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st22_pad-3-3-31_os1x19x67x2/test.json') diff --git a/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st22_pad-3-3-31_os1x19x67x2/test.json b/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st22_pad-3-3-31_os1x19x67x2/test.json deleted file mode 100644 index 0979d98c1..000000000 --- a/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st22_pad-3-3-31_os1x19x67x2/test.json +++ /dev/null @@ -1,283 +0,0 @@ -{ - version: { - _major: 0, - _minor: 51, - _patch: 0, - _draft: true - }, - regions: [ - { - name: "main", - blocks: [ - { - name: "main", - operators: [ - { - 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: [ - -3, - -3, - -3, - 1 - ], - stride: [ - 2, - 2 - ], - output_shape: [ - 1, - 19, - 67, - 2 - ], - input_zp: 0, - weight_zp: -60 - }, - 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: [ - 77, - 207, - 133, - 5, - 217, - 206, - 181, - 19, - 0, - 176, - 24, - 23, - 220, - 123, - 154, - 171, - 28, - 72, - 82, - 16, - 26, - 230, - 219, - 21, - 64, - 31, - 172, - 60, - 130, - 174, - 228, - 64, - 207, - 29, - 157, - 89, - 248, - 200, - 141, - 65, - 32, - 192, - 26, - 38, - 199, - 28, - 85, - 191, - 44, - 121, - 230, - 126, - 94, - 116, - 8, - 102, - 106, - 72, - 218, - 133, - 122, - 201, - 212, - 126, - 11, - 31, - 22, - 45, - 38, - 210, - 52, - 47, - 86, - 213, - 231, - 58, - 184, - 109, - 68, - 245, - 98, - 81, - 164, - 106, - 51, - 178, - 109, - 83, - 38, - 41, - 215, - 7, - 33, - 34, - 193, - 158, - 80, - 92, - 28, - 207, - 96, - 214, - 131, - 28, - 133, - 170, - 16, - 117, - 132, - 199, - 15, - 211, - 206, - 30, - 58, - 235, - 232, - 29, - 171, - 68, - 156, - 174, - 253, - 62, - 89, - 194, - 21, - 215, - 235, - 63, - 197, - 33, - 67, - 17, - 209, - 216, - 154, - 243, - 217, - 50, - 199, - 55, - 236, - 111, - 226, - 42, - 2, - 51, - 47, - 0 - ] - }, - { - name: "const-2", - shape: [ - 2 - ], - type: "INT48", - data: [ - 177, - 200, - 21, - 91, - 212, - 6, - 216, - 77, - 253, - 73, - 35, - 68 - ] - }, - { - name: "result-0", - shape: [ - 1, - 19, - 67, - 2 - ], - type: "INT48" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" - ] - } - ] - } - ] -} -- cgit v1.2.1