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_st18_pad-4-10-4_os1x10x257x2/test.json (limited to 'operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st18_pad-4-10-4_os1x10x257x2/test.json') diff --git a/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st18_pad-4-10-4_os1x10x257x2/test.json b/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st18_pad-4-10-4_os1x10x257x2/test.json new file mode 100644 index 000000000..ac976cfa2 --- /dev/null +++ b/operators/tensor/transpose_conv2d_5x5/transpose_conv2d_5x5_1x11x33x3_i16xi8_acci48_st18_pad-4-10-4_os1x10x257x2/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: [ + -4, + -1, + 0, + -4 + ], + stride: [ + 1, + 8 + ], + output_shape: [ + 1, + 10, + 257, + 2 + ], + input_zp: 0, + weight_zp: 36, + 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: [ + 149, + 198, + 209, + 51, + 99, + 152, + 226, + 166, + 48, + 210, + 157, + 160, + 211, + 88, + 73, + 171, + 203, + 157, + 174, + 25, + 212, + 48, + 230, + 61, + 38, + 199, + 106, + 148, + 135, + 123, + 179, + 190, + 222, + 221, + 222, + 175, + 183, + 155, + 61, + 65, + 12, + 54, + 148, + 104, + 25, + 218, + 185, + 255, + 226, + 219, + 169, + 102, + 240, + 154, + 38, + 123, + 101, + 185, + 219, + 159, + 106, + 139, + 96, + 75, + 4, + 57, + 224, + 78, + 251, + 86, + 238, + 29, + 62, + 139, + 242, + 141, + 134, + 111, + 165, + 108, + 9, + 21, + 60, + 84, + 139, + 102, + 152, + 146, + 57, + 153, + 107, + 86, + 26, + 135, + 214, + 191, + 170, + 187, + 97, + 182, + 157, + 41, + 70, + 50, + 101, + 218, + 146, + 157, + 91, + 65, + 101, + 238, + 230, + 226, + 143, + 178, + 191, + 213, + 108, + 54, + 51, + 217, + 210, + 53, + 71, + 29, + 191, + 152, + 226, + 104, + 75, + 47, + 112, + 185, + 143, + 126, + 160, + 248, + 218, + 123, + 167, + 141, + 155, + 218, + 225, + 161, + 0, + 55, + 145, + 60 + ] + }, + { + name: "const-2", + shape: [ + 2 + ], + type: "INT48", + data: [ + 168, + 87, + 143, + 42, + 27, + 133, + 248, + 255, + 201, + 51, + 33, + 28 + ] + }, + { + name: "result-0", + shape: [ + 1, + 10, + 257, + 2 + ], + type: "INT48" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1