aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad001111_dilat717/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_pad001111_dilat717/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_pad001111_dilat717/test.json')
-rw-r--r--operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad001111_dilat717/test.json154
1 files changed, 154 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad001111_dilat717/test.json b/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad001111_dilat717/test.json
new file mode 100644
index 000000000..55a95e7ba
--- /dev/null
+++ b/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x65532x1x1x3_f32xf32_accf32_st212_pad001111_dilat717/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,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ stride: [
+ 2,
+ 1,
+ 2
+ ],
+ dilation: [
+ 7,
+ 1,
+ 7
+ ],
+ 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: [
+ 9,
+ 104,
+ 139,
+ 63,
+ 226,
+ 98,
+ 188,
+ 62,
+ 154,
+ 73,
+ 211,
+ 191,
+ 2,
+ 205,
+ 200,
+ 191,
+ 38,
+ 58,
+ 192,
+ 191,
+ 180,
+ 231,
+ 30,
+ 191
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "FP32",
+ data: [
+ 9,
+ 31,
+ 108,
+ 190
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 32763,
+ 3,
+ 2,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}