aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_InputZeroPointNotZero_1x7x3x8x6_f16xf16_accf32_st111_pad.../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_InputZeroPointNotZero_1x7x3x8x6_f16xf16_accf32_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_InputZeroPointNotZero_1x7x3x8x6_f16xf16_accf32_st111_pad000000_dilat111/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_InputZeroPointNotZero_1x7x3x8x6_f16xf16_accf32_st111_pad000000_dilat111/test.json206
1 files changed, 206 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_InputZeroPointNotZero_1x7x3x8x6_f16xf16_accf32_st111_pad000000_dilat111/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_InputZeroPointNotZero_1x7x3x8x6_f16xf16_accf32_st111_pad000000_dilat111/test.json
new file mode 100644
index 000000000..87d7a125a
--- /dev/null
+++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_InputZeroPointNotZero_1x7x3x8x6_f16xf16_accf32_st111_pad000000_dilat111/test.json
@@ -0,0 +1,206 @@
+{
+ 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: 56,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 7,
+ 3,
+ 8,
+ 6
+ ],
+ type: "FP16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 5,
+ 1,
+ 1,
+ 1,
+ 6
+ ],
+ type: "FP16",
+ data: [
+ 59,
+ 51,
+ 176,
+ 55,
+ 55,
+ 49,
+ 86,
+ 57,
+ 217,
+ 56,
+ 123,
+ 58,
+ 49,
+ 55,
+ 117,
+ 52,
+ 177,
+ 58,
+ 135,
+ 57,
+ 167,
+ 57,
+ 58,
+ 56,
+ 2,
+ 59,
+ 74,
+ 51,
+ 109,
+ 54,
+ 95,
+ 58,
+ 65,
+ 48,
+ 119,
+ 58,
+ 164,
+ 53,
+ 4,
+ 48,
+ 17,
+ 45,
+ 191,
+ 58,
+ 59,
+ 58,
+ 156,
+ 52,
+ 114,
+ 47,
+ 233,
+ 51,
+ 209,
+ 50,
+ 221,
+ 57,
+ 230,
+ 50,
+ 234,
+ 50
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 5
+ ],
+ type: "FP32",
+ data: [
+ 151,
+ 43,
+ 4,
+ 61,
+ 204,
+ 203,
+ 24,
+ 63,
+ 247,
+ 96,
+ 48,
+ 63,
+ 39,
+ 75,
+ 39,
+ 63,
+ 183,
+ 143,
+ 17,
+ 63
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 7,
+ 3,
+ 8,
+ 5
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}