From fc537fb8a2ac9fa4101cbb996e9949d9d8fc0026 Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 28 Feb 2023 10:27:11 +0000 Subject: Updating CONV2D_1X3 tests for ofm_depth fix Regen Signed-off-by: James Ward Change-Id: I03cd90e8b7b701074e2d2e1a1b978e5427a5134e --- .../test.json | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x3x1_i8xi4_acci32_st11_pad0001_dilat11/test.json (limited to 'operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x3x1_i8xi4_acci32_st11_pad0001_dilat11/test.json') diff --git a/operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x3x1_i8xi4_acci32_st11_pad0001_dilat11/test.json b/operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x3x1_i8xi4_acci32_st11_pad0001_dilat11/test.json new file mode 100644 index 000000000..da4fd4d45 --- /dev/null +++ b/operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x3x1_i8xi4_acci32_st11_pad0001_dilat11/test.json @@ -0,0 +1,125 @@ +{ + 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, + 0, + 0, + 1 + ], + stride: [ + 1, + 1 + ], + dilation: [ + 1, + 1 + ], + input_zp: -37, + weight_zp: 0 + }, + inputs: [ + "input-0", + "const-1", + "const-2" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 65535, + 3, + 1 + ], + type: "INT8" + }, + { + name: "const-1", + shape: [ + 1, + 1, + 3, + 1 + ], + type: "INT4", + data: [ + 118, + 10 + ] + }, + { + name: "const-2", + shape: [ + 1 + ], + type: "INT32", + data: [ + 205, + 109, + 175, + 94 + ] + }, + { + name: "result-0", + shape: [ + 1, + 65535, + 2, + 1 + ], + type: "INT32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] + } + ] +} -- cgit v1.2.1