aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad000111_dilat171/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-03-01 12:02:19 +0000
committerEric Kunze <eric.kunze@arm.com>2023-03-01 18:59:17 +0000
commit43f13e903970bc660d31c0f791007d13587e1c4d (patch)
tree89167dd776f8dd471bac6549931fcc8d04af6e7f /operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad000111_dilat171/test.json
parentbd52bef3027c676957c5a39e6301991ad315a242 (diff)
downloadconformance_tests-43f13e903970bc660d31c0f791007d13587e1c4d.tar.gz
CONV3D_2X1X1 tosa_mi regen for ofm_depth
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ic51323041ce8041f396f2c0a0fd354a13a91c19e
Diffstat (limited to 'operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad000111_dilat171/test.json')
-rw-r--r--operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad000111_dilat171/test.json154
1 files changed, 154 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad000111_dilat171/test.json b/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad000111_dilat171/test.json
new file mode 100644
index 000000000..8ed87db46
--- /dev/null
+++ b/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad000111_dilat171/test.json
@@ -0,0 +1,154 @@
+{
+ 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,
+ 0,
+ 1,
+ 1,
+ 1
+ ],
+ stride: [
+ 2,
+ 1,
+ 2
+ ],
+ dilation: [
+ 1,
+ 7,
+ 1
+ ],
+ input_zp: 0,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 65532,
+ 1,
+ 1,
+ 3
+ ],
+ type: "FP32"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 2,
+ 1,
+ 1,
+ 3
+ ],
+ type: "FP32",
+ data: [
+ 45,
+ 180,
+ 20,
+ 63,
+ 252,
+ 7,
+ 121,
+ 191,
+ 174,
+ 73,
+ 242,
+ 189,
+ 68,
+ 32,
+ 170,
+ 63,
+ 141,
+ 143,
+ 107,
+ 63,
+ 148,
+ 157,
+ 197,
+ 191
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "FP32",
+ data: [
+ 143,
+ 245,
+ 33,
+ 63
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 32766,
+ 2,
+ 2,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}