From d166f2283a21e7d02531ebb702bc0bd48c81810c Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:59:48 +0100 Subject: Updating TRANSPOSE_CONV2D_5X5 tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I4ce4520354c2069a9cfe46031b3bdd8b3db63e93 --- .../test.json | 279 +++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st88_pad-31-4-2_os1x83x255x2/test.json (limited to 'operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st88_pad-31-4-2_os1x83x255x2/test.json') diff --git a/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st88_pad-31-4-2_os1x83x255x2/test.json b/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st88_pad-31-4-2_os1x83x255x2/test.json new file mode 100644 index 000000000..976062fc9 --- /dev/null +++ b/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st88_pad-31-4-2_os1x83x255x2/test.json @@ -0,0 +1,279 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + 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, + 1, + -4, + -2 + ], + stride: [ + 8, + 8 + ], + output_shape: [ + 1, + 83, + 255, + 2 + ], + input_zp: 0, + weight_zp: 97, + 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: [ + 38, + 216, + 62, + 239, + 31, + 190, + 140, + 119, + 22, + 244, + 14, + 89, + 64, + 188, + 101, + 219, + 172, + 6, + 116, + 86, + 182, + 49, + 86, + 49, + 97, + 174, + 195, + 208, + 164, + 230, + 175, + 50, + 26, + 71, + 238, + 1, + 107, + 20, + 21, + 137, + 170, + 82, + 39, + 116, + 85, + 47, + 155, + 208, + 178, + 243, + 10, + 90, + 83, + 203, + 183, + 253, + 124, + 178, + 190, + 181, + 134, + 129, + 191, + 215, + 118, + 72, + 160, + 47, + 89, + 51, + 60, + 139, + 101, + 234, + 75, + 255, + 202, + 138, + 190, + 40, + 170, + 211, + 245, + 4, + 248, + 144, + 130, + 38, + 41, + 12, + 12, + 85, + 137, + 194, + 88, + 200, + 115, + 101, + 108, + 162, + 116, + 171, + 123, + 142, + 194, + 160, + 149, + 17, + 85, + 233, + 78, + 254, + 111, + 186, + 74, + 139, + 243, + 183, + 67, + 221, + 243, + 66, + 192, + 158, + 48, + 136, + 52, + 109, + 51, + 192, + 59, + 51, + 170, + 243, + 92, + 228, + 162, + 253, + 64, + 149, + 242, + 117, + 7, + 235, + 70, + 239, + 136, + 135, + 255, + 108 + ] + }, + { + name: "const-2", + shape: [ + 2 + ], + type: "INT48", + data: [ + 249, + 240, + 228, + 67, + 156, + 52, + 69, + 199, + 107, + 171, + 231, + 133 + ] + }, + { + name: "result-0", + shape: [ + 1, + 83, + 255, + 2 + ], + type: "INT48" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1