aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x7x18x5x4_bf16xbf16_accf32_st212_pad110100_dilat177/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-02-13 12:10:09 +0000
committerEric Kunze <eric.kunze@arm.com>2023-02-22 16:35:47 +0000
commit36989d315242a1c9296bb434ea0691b1304420b0 (patch)
tree688d3e5ebaaab02490eaf041c6f3669d1b0304e5 /operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x7x18x5x4_bf16xbf16_accf32_st212_pad110100_dilat177/test.json
parent9bcb0878be85d1f84a0beee9c4c8d920ce80d825 (diff)
downloadconformance_tests-36989d315242a1c9296bb434ea0691b1304420b0.tar.gz
Create MI tests for Tensor: CONV3D
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I1625af764e1c927aa04cfa8ab8f24ea76b18a053
Diffstat (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x7x18x5x4_bf16xbf16_accf32_st212_pad110100_dilat177/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x7x18x5x4_bf16xbf16_accf32_st212_pad110100_dilat177/test.json146
1 files changed, 146 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x7x18x5x4_bf16xbf16_accf32_st212_pad110100_dilat177/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x7x18x5x4_bf16xbf16_accf32_st212_pad110100_dilat177/test.json
new file mode 100644
index 000000000..d8237db90
--- /dev/null
+++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x7x18x5x4_bf16xbf16_accf32_st212_pad110100_dilat177/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,
+ 0,
+ 1,
+ 0,
+ 0
+ ],
+ stride: [
+ 2,
+ 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,
+ 7,
+ 18,
+ 5,
+ 4
+ ],
+ type: "BF16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 1,
+ 1,
+ 4
+ ],
+ type: "BF16",
+ data: [
+ 0,
+ 0,
+ 162,
+ 63,
+ 0,
+ 0,
+ 252,
+ 191,
+ 0,
+ 0,
+ 8,
+ 191,
+ 0,
+ 0,
+ 207,
+ 61
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "FP32",
+ data: [
+ 164,
+ 37,
+ 175,
+ 63
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 5,
+ 19,
+ 3,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}