From ee5cee2b4027b04cce631077efd94c41fdb88cab Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 1 Mar 2023 11:57:58 +0000 Subject: CONV3D_1X1X2 tosa_mi regen for ofm_depth Signed-off-by: Jeremy Johnson Change-Id: I1ad50b92759e78384878e0ade85559e1898cb6a5 --- .../test.json | 210 +++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json (limited to 'operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json') diff --git a/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json b/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json new file mode 100644 index 000000000..ceaeb7004 --- /dev/null +++ b/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json @@ -0,0 +1,210 @@ +{ + 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: "CONV3D", + attribute_type: "ConvAttribute", + attribute: { + pad: [ + 0, + 0, + 1, + 0, + 0, + 1 + ], + stride: [ + 1, + 1, + 2 + ], + dilation: [ + 1, + 7, + 7 + ], + input_zp: 0, + weight_zp: 0 + }, + inputs: [ + "input-0", + "const-1", + "const-2" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1, + 6, + 12, + 17, + 3 + ], + type: "BF16" + }, + { + name: "const-1", + shape: [ + 3, + 1, + 1, + 2, + 3 + ], + type: "BF16", + data: [ + 0, + 0, + 238, + 191, + 0, + 0, + 222, + 63, + 0, + 0, + 235, + 191, + 0, + 0, + 78, + 63, + 0, + 0, + 115, + 191, + 0, + 0, + 200, + 191, + 0, + 0, + 132, + 61, + 0, + 0, + 203, + 62, + 0, + 0, + 247, + 63, + 0, + 0, + 203, + 191, + 0, + 0, + 164, + 191, + 0, + 0, + 59, + 191, + 0, + 0, + 205, + 191, + 0, + 0, + 157, + 63, + 0, + 0, + 217, + 61, + 0, + 0, + 194, + 63, + 0, + 0, + 237, + 62, + 0, + 0, + 245, + 191 + ] + }, + { + name: "const-2", + shape: [ + 3 + ], + type: "FP32", + data: [ + 30, + 2, + 160, + 191, + 125, + 11, + 49, + 191, + 211, + 226, + 193, + 63 + ] + }, + { + name: "result-0", + shape: [ + 1, + 6, + 13, + 6, + 3 + ], + type: "FP32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] + } + ] +} -- cgit v1.2.1