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_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 new file mode 100644 index 000000000..2e2316c08 --- /dev/null +++ b/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st22_pad-3-3-31_os1x19x67x2/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, + -3, + -3, + 1 + ], + stride: [ + 2, + 2 + ], + output_shape: [ + 1, + 19, + 67, + 2 + ], + input_zp: 0, + weight_zp: -60, + 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: [ + 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