aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_f16xf16_accf16_st211_pad100100_dilat111/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_1x1x2/conv3d_1x1x2_1x6x12x17x3_f16xf16_accf16_st211_pad100100_dilat111/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_1x1x2/conv3d_1x1x2_1x6x12x17x3_f16xf16_accf16_st211_pad100100_dilat111/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_f16xf16_accf16_st211_pad100100_dilat111/test.json140
1 files changed, 140 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_f16xf16_accf16_st211_pad100100_dilat111/test.json b/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_f16xf16_accf16_st211_pad100100_dilat111/test.json
new file mode 100644
index 000000000..1c44a9034
--- /dev/null
+++ b/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_f16xf16_accf16_st211_pad100100_dilat111/test.json
@@ -0,0 +1,140 @@
+{
+ 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,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0
+ ],
+ stride: [
+ 2,
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 6,
+ 12,
+ 17,
+ 3
+ ],
+ type: "FP16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 1,
+ 2,
+ 3
+ ],
+ type: "FP16",
+ data: [
+ 255,
+ 62,
+ 213,
+ 184,
+ 215,
+ 60,
+ 231,
+ 184,
+ 184,
+ 57,
+ 145,
+ 60
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "FP16",
+ data: [
+ 164,
+ 178
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 4,
+ 13,
+ 16,
+ 1
+ ],
+ type: "FP16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}