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 | 261 +++++++++++++++++++++ 1 file changed, 261 insertions(+) create mode 100644 operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x11x33x3_i8xi4_acci32_st11_pad-1-1-1-1_os1x10x32x14/test.json (limited to 'operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x11x33x3_i8xi4_acci32_st11_pad-1-1-1-1_os1x10x32x14/test.json') diff --git a/operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x11x33x3_i8xi4_acci32_st11_pad-1-1-1-1_os1x10x32x14/test.json b/operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x11x33x3_i8xi4_acci32_st11_pad-1-1-1-1_os1x10x32x14/test.json new file mode 100644 index 000000000..ae31c42b7 --- /dev/null +++ b/operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x11x33x3_i8xi4_acci32_st11_pad-1-1-1-1_os1x10x32x14/test.json @@ -0,0 +1,261 @@ +{ + 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: [ + -1, + -1, + -1, + -1 + ], + stride: [ + 1, + 1 + ], + output_shape: [ + 1, + 10, + 32, + 14 + ], + input_zp: -21, + weight_zp: 0 + }, + inputs: [ + "input-0", + "const-1", + "const-2" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 11, + 33, + 3 + ], + type: "INT8" + }, + { + name: "const-1", + shape: [ + 14, + 2, + 2, + 3 + ], + type: "INT4", + data: [ + 190, + 231, + 237, + 196, + 73, + 48, + 204, + 95, + 244, + 27, + 57, + 111, + 199, + 26, + 57, + 102, + 68, + 108, + 164, + 241, + 219, + 7, + 91, + 12, + 154, + 55, + 146, + 162, + 59, + 80, + 222, + 21, + 22, + 155, + 28, + 146, + 93, + 78, + 222, + 195, + 178, + 116, + 86, + 89, + 242, + 85, + 23, + 211, + 243, + 242, + 235, + 206, + 234, + 16, + 178, + 187, + 51, + 0, + 226, + 100, + 252, + 221, + 206, + 222, + 213, + 106, + 102, + 251, + 205, + 166, + 50, + 106, + 252, + 97, + 199, + 47, + 175, + 20, + 42, + 38, + 64, + 173, + 208, + 48 + ] + }, + { + name: "const-2", + shape: [ + 14 + ], + type: "INT32", + data: [ + 177, + 48, + 187, + 88, + 125, + 61, + 146, + 23, + 108, + 92, + 219, + 27, + 148, + 81, + 15, + 115, + 52, + 84, + 139, + 104, + 206, + 249, + 191, + 72, + 91, + 153, + 195, + 104, + 89, + 35, + 146, + 248, + 14, + 13, + 103, + 68, + 56, + 172, + 163, + 8, + 126, + 131, + 116, + 29, + 61, + 7, + 226, + 40, + 56, + 59, + 22, + 148, + 201, + 81, + 158, + 130 + ] + }, + { + name: "result-0", + shape: [ + 1, + 10, + 32, + 14 + ], + type: "INT32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] + } + ] +} -- cgit v1.2.1