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_st81_pad-1-110_os1x83x38x2/test.json (limited to 'operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st81_pad-1-110_os1x83x38x2/test.json') diff --git a/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st81_pad-1-110_os1x83x38x2/test.json b/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st81_pad-1-110_os1x83x38x2/test.json new file mode 100644 index 000000000..88866425d --- /dev/null +++ b/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st81_pad-1-110_os1x83x38x2/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: [ + -1, + -1, + 1, + 0 + ], + stride: [ + 8, + 1 + ], + output_shape: [ + 1, + 83, + 38, + 2 + ], + input_zp: 0, + weight_zp: -23, + 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: [ + 159, + 152, + 173, + 215, + 160, + 73, + 66, + 10, + 102, + 186, + 132, + 51, + 59, + 140, + 121, + 24, + 209, + 234, + 224, + 70, + 196, + 101, + 62, + 243, + 128, + 134, + 33, + 230, + 244, + 251, + 69, + 203, + 3, + 96, + 44, + 251, + 250, + 206, + 247, + 228, + 16, + 160, + 94, + 232, + 33, + 153, + 247, + 229, + 66, + 46, + 126, + 158, + 198, + 239, + 160, + 66, + 202, + 165, + 247, + 96, + 92, + 89, + 53, + 85, + 34, + 107, + 42, + 85, + 86, + 18, + 229, + 167, + 139, + 111, + 224, + 143, + 37, + 220, + 186, + 112, + 205, + 83, + 37, + 251, + 12, + 180, + 95, + 56, + 21, + 102, + 66, + 221, + 120, + 62, + 187, + 132, + 58, + 237, + 44, + 25, + 97, + 210, + 188, + 222, + 6, + 3, + 233, + 85, + 54, + 92, + 87, + 206, + 135, + 17, + 55, + 122, + 252, + 69, + 69, + 148, + 249, + 163, + 102, + 43, + 5, + 133, + 247, + 6, + 226, + 32, + 209, + 172, + 103, + 127, + 77, + 109, + 251, + 0, + 174, + 84, + 90, + 41, + 195, + 216, + 56, + 182, + 71, + 145, + 145, + 41 + ] + }, + { + name: "const-2", + shape: [ + 2 + ], + type: "INT48", + data: [ + 122, + 209, + 45, + 156, + 21, + 33, + 220, + 29, + 25, + 229, + 242, + 85 + ] + }, + { + name: "result-0", + shape: [ + 1, + 83, + 38, + 2 + ], + type: "INT48" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1