aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongOutputList_1x2x7x5x3_f16xf16_accf16_st111_pad000000.../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_ERRORIF_WrongOutputList_1x2x7x5x3_f16xf16_accf16_st111_pad000000_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_1x1x1/conv3d_1x1x1_ERRORIF_WrongOutputList_1x2x7x5x3_f16xf16_accf16_st111_pad000000_dilat111/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongOutputList_1x2x7x5x3_f16xf16_accf16_st111_pad000000_dilat111/test.json151
1 files changed, 151 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongOutputList_1x2x7x5x3_f16xf16_accf16_st111_pad000000_dilat111/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongOutputList_1x2x7x5x3_f16xf16_accf16_st111_pad000000_dilat111/test.json
new file mode 100644
index 000000000..2fda4d96a
--- /dev/null
+++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongOutputList_1x2x7x5x3_f16xf16_accf16_st111_pad000000_dilat111/test.json
@@ -0,0 +1,151 @@
+{
+ 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,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 2,
+ 7,
+ 5,
+ 3
+ ],
+ type: "FP16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 3,
+ 1,
+ 1,
+ 1,
+ 3
+ ],
+ type: "FP16",
+ data: [
+ 208,
+ 55,
+ 59,
+ 48,
+ 55,
+ 59,
+ 96,
+ 56,
+ 144,
+ 52,
+ 6,
+ 59,
+ 248,
+ 42,
+ 6,
+ 53,
+ 75,
+ 56
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 3
+ ],
+ type: "FP16",
+ data: [
+ 112,
+ 53,
+ 161,
+ 55,
+ 59,
+ 52
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 7,
+ 5,
+ 3
+ ],
+ type: "FP16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}