From b48e5e1067571c4f391db1830fdbcaedc3bd14b4 Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 28 Feb 2023 10:26:50 +0000 Subject: Updating CONV2D_1X1 tests for ofm_depth fix Regen Signed-off-by: James Ward Change-Id: I9cd4cb91b2996145247028e8aafa6cf1b77aa71f --- .../test.json | 366 +++++++++++++++++++++ 1 file changed, 366 insertions(+) create mode 100644 operators/tensor/conv2d_1x1/conv2d_1x1_1x11x44x13_i16xi8_acci48_st11_pad0990_dilat11/test.json (limited to 'operators/tensor/conv2d_1x1/conv2d_1x1_1x11x44x13_i16xi8_acci48_st11_pad0990_dilat11/test.json') diff --git a/operators/tensor/conv2d_1x1/conv2d_1x1_1x11x44x13_i16xi8_acci48_st11_pad0990_dilat11/test.json b/operators/tensor/conv2d_1x1/conv2d_1x1_1x11x44x13_i16xi8_acci48_st11_pad0990_dilat11/test.json new file mode 100644 index 000000000..c6976d931 --- /dev/null +++ b/operators/tensor/conv2d_1x1/conv2d_1x1_1x11x44x13_i16xi8_acci48_st11_pad0990_dilat11/test.json @@ -0,0 +1,366 @@ +{ + 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: "CONV2D", + attribute_type: "ConvAttribute", + attribute: { + pad: [ + 0, + 9, + 9, + 0 + ], + stride: [ + 1, + 1 + ], + dilation: [ + 1, + 1 + ], + input_zp: 0, + weight_zp: 21 + }, + inputs: [ + "input-0", + "const-1", + "const-2" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 11, + 44, + 13 + ], + type: "INT16" + }, + { + name: "const-1", + shape: [ + 13, + 1, + 1, + 13 + ], + type: "INT8", + data: [ + 62, + 35, + 170, + 63, + 29, + 153, + 190, + 128, + 1, + 220, + 231, + 201, + 226, + 33, + 52, + 232, + 190, + 251, + 229, + 237, + 7, + 204, + 63, + 51, + 203, + 102, + 20, + 174, + 49, + 79, + 161, + 2, + 50, + 80, + 109, + 108, + 222, + 115, + 129, + 199, + 188, + 89, + 97, + 165, + 201, + 117, + 211, + 140, + 78, + 155, + 218, + 19, + 94, + 36, + 178, + 197, + 181, + 18, + 46, + 191, + 187, + 188, + 5, + 50, + 14, + 234, + 245, + 4, + 190, + 188, + 211, + 79, + 151, + 62, + 140, + 185, + 135, + 246, + 202, + 50, + 229, + 248, + 183, + 67, + 133, + 221, + 127, + 237, + 13, + 185, + 14, + 120, + 222, + 39, + 236, + 84, + 82, + 4, + 59, + 173, + 122, + 24, + 43, + 151, + 82, + 252, + 11, + 254, + 131, + 64, + 4, + 238, + 144, + 36, + 96, + 40, + 38, + 99, + 177, + 109, + 2, + 194, + 44, + 95, + 180, + 115, + 75, + 75, + 75, + 183, + 227, + 148, + 87, + 46, + 63, + 10, + 62, + 246, + 171, + 134, + 160, + 191, + 59, + 224, + 161, + 156, + 214, + 143, + 66, + 63, + 47, + 76, + 252, + 46, + 68, + 104, + 156, + 2, + 222, + 8, + 58, + 244, + 123, + 93, + 109, + 238, + 29, + 168, + 137 + ] + }, + { + name: "const-2", + shape: [ + 13 + ], + type: "INT48", + data: [ + 202, + 96, + 248, + 71, + 77, + 29, + 87, + 248, + 50, + 126, + 221, + 239, + 187, + 89, + 14, + 116, + 79, + 168, + 51, + 11, + 236, + 127, + 92, + 50, + 87, + 231, + 174, + 209, + 121, + 96, + 133, + 77, + 75, + 25, + 126, + 244, + 76, + 230, + 32, + 140, + 90, + 71, + 145, + 142, + 27, + 238, + 207, + 224, + 1, + 21, + 55, + 12, + 21, + 152, + 184, + 215, + 175, + 125, + 131, + 70, + 89, + 131, + 96, + 195, + 183, + 161, + 91, + 194, + 152, + 195, + 37, + 212, + 138, + 153, + 198, + 90, + 142, + 138 + ] + }, + { + name: "result-0", + shape: [ + 1, + 20, + 53, + 13 + ], + type: "INT48" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] + } + ] +} -- cgit v1.2.1