aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-03-01 11:57:58 +0000
committerEric Kunze <eric.kunze@arm.com>2023-03-01 18:59:17 +0000
commitee5cee2b4027b04cce631077efd94c41fdb88cab (patch)
treeb5fdb52c8f67c852c2bf66226f47ace8ce782da9 /operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json
parentf22f6d8c3df33c7d4e173d5059952a25ab22520b (diff)
downloadconformance_tests-ee5cee2b4027b04cce631077efd94c41fdb88cab.tar.gz
CONV3D_1X1X2 tosa_mi regen for ofm_depth
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I1ad50b92759e78384878e0ade85559e1898cb6a5
Diffstat (limited to 'operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json210
1 files changed, 210 insertions, 0 deletions
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"
+ ]
+ }
+ ]
+ }
+ ]
+}