aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f16xf16_accf32_st11_pad0000_dilat11/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-01-30 11:48:56 +0000
committerEric Kunze <eric.kunze@arm.com>2023-02-06 19:02:24 +0000
commit1a93a54b3e0498fd5d57182098b953dca2e3b992 (patch)
treec036788c06e99fb19f9f65c71f6d97c2dd1f3382 /operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f16xf16_accf32_st11_pad0000_dilat11/test.json
parent247295efaafba00330cf7dd5fbf0b17e92e7d312 (diff)
downloadconformance_tests-1a93a54b3e0498fd5d57182098b953dca2e3b992.tar.gz
Create MI tests for Tensor: CONV2D
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I383bcfcca6de3c6940d58721579f0fcc1d510774
Diffstat (limited to 'operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f16xf16_accf32_st11_pad0000_dilat11/test.json')
-rw-r--r--operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f16xf16_accf32_st11_pad0000_dilat11/test.json177
1 files changed, 177 insertions, 0 deletions
diff --git a/operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f16xf16_accf32_st11_pad0000_dilat11/test.json b/operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f16xf16_accf32_st11_pad0000_dilat11/test.json
new file mode 100644
index 000000000..5a4c4c8e9
--- /dev/null
+++ b/operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f16xf16_accf32_st11_pad0000_dilat11/test.json
@@ -0,0 +1,177 @@
+{
+ 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: "CONV2D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 34,
+ 19,
+ 27
+ ],
+ type: "FP16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 1,
+ 27
+ ],
+ type: "FP16",
+ data: [
+ 224,
+ 56,
+ 90,
+ 183,
+ 163,
+ 58,
+ 187,
+ 180,
+ 21,
+ 188,
+ 220,
+ 63,
+ 54,
+ 190,
+ 247,
+ 60,
+ 20,
+ 176,
+ 82,
+ 60,
+ 106,
+ 60,
+ 141,
+ 57,
+ 23,
+ 59,
+ 172,
+ 181,
+ 101,
+ 182,
+ 152,
+ 60,
+ 145,
+ 61,
+ 37,
+ 63,
+ 125,
+ 61,
+ 103,
+ 54,
+ 176,
+ 60,
+ 200,
+ 190,
+ 252,
+ 47,
+ 232,
+ 190,
+ 117,
+ 60,
+ 182,
+ 191,
+ 158,
+ 56
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "FP32",
+ data: [
+ 100,
+ 235,
+ 204,
+ 191
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 34,
+ 19,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}