aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st122_pad000011_dilat717/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-03-01 11:40:43 +0000
committerEric Kunze <eric.kunze@arm.com>2023-03-01 18:59:17 +0000
commit0f23e4a9fcb3c938c334166493238466998d1827 (patch)
tree07cbb273a5c8309fd1f7a44da66dea8641b26cf9 /operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st122_pad000011_dilat717/test.json
parent2239e3f17d7955a7178e09e2c890116cf1b05bdf (diff)
downloadconformance_tests-0f23e4a9fcb3c938c334166493238466998d1827.tar.gz
CONV3D_1X1X1 tosa_mi regen (f16/f32) for ofm_depth
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I454e6c9dfc32c7884650e4fa4ba420bd9b933be9
Diffstat (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st122_pad000011_dilat717/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st122_pad000011_dilat717/test.json138
1 files changed, 138 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st122_pad000011_dilat717/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st122_pad000011_dilat717/test.json
new file mode 100644
index 000000000..841266fa8
--- /dev/null
+++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st122_pad000011_dilat717/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: [
+ 0,
+ 0,
+ 0,
+ 0,
+ 1,
+ 1
+ ],
+ stride: [
+ 1,
+ 2,
+ 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,
+ 2,
+ 65539,
+ 1,
+ 2
+ ],
+ type: "FP32"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 1,
+ 1,
+ 2
+ ],
+ type: "FP32",
+ data: [
+ 36,
+ 184,
+ 191,
+ 191,
+ 168,
+ 194,
+ 0,
+ 191
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "FP32",
+ data: [
+ 121,
+ 218,
+ 236,
+ 63
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 32770,
+ 2,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}