aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x2x65539x1x2_f32xf32_accf32_st121_pad111011_dilat171/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-03-01 11:59:43 +0000
committerEric Kunze <eric.kunze@arm.com>2023-03-01 18:59:17 +0000
commitbe9579808df2942397c8c935461bc3908d098400 (patch)
tree48a0bf5ddd76d4528665d45e6126174e395c421d /operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x2x65539x1x2_f32xf32_accf32_st121_pad111011_dilat171/test.json
parentb65cc69cbd623123de7882d6ce7aa56bf8663035 (diff)
downloadconformance_tests-be9579808df2942397c8c935461bc3908d098400.tar.gz
CONV3D_1X2X1 tosa_mi regen for ofm_depth
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ieff9c99d7bd2a130f17be8468d059594045c6010
Diffstat (limited to 'operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x2x65539x1x2_f32xf32_accf32_st121_pad111011_dilat171/test.json')
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x2x65539x1x2_f32xf32_accf32_st121_pad111011_dilat171/test.json146
1 files changed, 146 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x2x65539x1x2_f32xf32_accf32_st121_pad111011_dilat171/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x2x65539x1x2_f32xf32_accf32_st121_pad111011_dilat171/test.json
new file mode 100644
index 000000000..f362773cb
--- /dev/null
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x2x65539x1x2_f32xf32_accf32_st121_pad111011_dilat171/test.json
@@ -0,0 +1,146 @@
+{
+ 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,
+ 1,
+ 1,
+ 0,
+ 1,
+ 1
+ ],
+ stride: [
+ 1,
+ 2,
+ 1
+ ],
+ 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,
+ 2,
+ 65539,
+ 1,
+ 2
+ ],
+ type: "FP32"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 2
+ ],
+ type: "FP32",
+ data: [
+ 7,
+ 188,
+ 221,
+ 191,
+ 78,
+ 100,
+ 239,
+ 190,
+ 178,
+ 177,
+ 189,
+ 191,
+ 99,
+ 124,
+ 0,
+ 63
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "FP32",
+ data: [
+ 167,
+ 50,
+ 37,
+ 189
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 4,
+ 32767,
+ 3,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}