From 0f23e4a9fcb3c938c334166493238466998d1827 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 1 Mar 2023 11:40:43 +0000 Subject: CONV3D_1X1X1 tosa_mi regen (f16/f32) for ofm_depth Signed-off-by: Jeremy Johnson Change-Id: I454e6c9dfc32c7884650e4fa4ba420bd9b933be9 --- .../test.json | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st221_pad100011_dilat177/test.json (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st221_pad100011_dilat177/test.json') diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st221_pad100011_dilat177/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st221_pad100011_dilat177/test.json new file mode 100644 index 000000000..136977951 --- /dev/null +++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st221_pad100011_dilat177/test.json @@ -0,0 +1,138 @@ +{ + 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: [ + 1, + 0, + 0, + 0, + 1, + 1 + ], + stride: [ + 2, + 2, + 1 + ], + 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, + 2, + 65539, + 1, + 2 + ], + type: "FP32" + }, + { + name: "const-1", + shape: [ + 1, + 1, + 1, + 1, + 2 + ], + type: "FP32", + data: [ + 86, + 66, + 204, + 63, + 118, + 69, + 167, + 190 + ] + }, + { + name: "const-2", + shape: [ + 1 + ], + type: "FP32", + data: [ + 242, + 98, + 159, + 63 + ] + }, + { + name: "result-0", + shape: [ + 1, + 2, + 32770, + 3, + 1 + ], + type: "FP32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] + } + ] +} -- cgit v1.2.1