aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f32xf32_accf32_st12_pad1100_dilat12/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_f32xf32_accf32_st12_pad1100_dilat12/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_f32xf32_accf32_st12_pad1100_dilat12/test.json')
-rw-r--r--operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f32xf32_accf32_st12_pad1100_dilat12/test.json231
1 files changed, 231 insertions, 0 deletions
diff --git a/operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f32xf32_accf32_st12_pad1100_dilat12/test.json b/operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f32xf32_accf32_st12_pad1100_dilat12/test.json
new file mode 100644
index 000000000..275d17baf
--- /dev/null
+++ b/operators/tensor/conv2d_1x1/conv2d_1x1_1x34x19x27_f32xf32_accf32_st12_pad1100_dilat12/test.json
@@ -0,0 +1,231 @@
+{
+ 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: [
+ 1,
+ 1,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 2
+ ],
+ dilation: [
+ 1,
+ 2
+ ],
+ 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: "FP32"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 1,
+ 27
+ ],
+ type: "FP32",
+ data: [
+ 174,
+ 16,
+ 156,
+ 63,
+ 53,
+ 169,
+ 183,
+ 63,
+ 103,
+ 181,
+ 141,
+ 62,
+ 8,
+ 14,
+ 190,
+ 63,
+ 199,
+ 37,
+ 39,
+ 191,
+ 147,
+ 114,
+ 160,
+ 191,
+ 161,
+ 1,
+ 228,
+ 62,
+ 96,
+ 161,
+ 245,
+ 63,
+ 226,
+ 198,
+ 238,
+ 63,
+ 101,
+ 16,
+ 230,
+ 191,
+ 128,
+ 155,
+ 254,
+ 191,
+ 59,
+ 30,
+ 48,
+ 190,
+ 133,
+ 51,
+ 154,
+ 62,
+ 250,
+ 246,
+ 37,
+ 191,
+ 250,
+ 169,
+ 165,
+ 63,
+ 53,
+ 213,
+ 138,
+ 190,
+ 64,
+ 183,
+ 38,
+ 189,
+ 94,
+ 201,
+ 218,
+ 63,
+ 89,
+ 81,
+ 137,
+ 191,
+ 51,
+ 6,
+ 39,
+ 191,
+ 95,
+ 247,
+ 229,
+ 63,
+ 228,
+ 212,
+ 22,
+ 63,
+ 59,
+ 25,
+ 185,
+ 61,
+ 208,
+ 88,
+ 60,
+ 63,
+ 159,
+ 173,
+ 1,
+ 63,
+ 77,
+ 109,
+ 80,
+ 190,
+ 215,
+ 110,
+ 158,
+ 63
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "FP32",
+ data: [
+ 29,
+ 39,
+ 80,
+ 63
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 36,
+ 10,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}