aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv2d_3x3/conv2d_3x3_1x49x42x28_i8xi4_acci32_st21_pad0090_dilat21/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:56:58 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:56:58 +0100
commit56a65f5a919b65f29e4ec88a22ff77e255c5f630 (patch)
treeb4c55da5ca2e90ade10363c99e7bde29003e8260 /operators/tensor/conv2d_3x3/conv2d_3x3_1x49x42x28_i8xi4_acci32_st21_pad0090_dilat21/test.json
parentb8cd1b65c5912d82bbf6e0bdd0f7e6816fbd304e (diff)
downloadconformance_tests-56a65f5a919b65f29e4ec88a22ff77e255c5f630.tar.gz
Updating CONV2D_3X3 tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Icf40f28c1d1e1f6349f6a80c3ce32f1b7298258a
Diffstat (limited to 'operators/tensor/conv2d_3x3/conv2d_3x3_1x49x42x28_i8xi4_acci32_st21_pad0090_dilat21/test.json')
-rw-r--r--operators/tensor/conv2d_3x3/conv2d_3x3_1x49x42x28_i8xi4_acci32_st21_pad0090_dilat21/test.json245
1 files changed, 245 insertions, 0 deletions
diff --git a/operators/tensor/conv2d_3x3/conv2d_3x3_1x49x42x28_i8xi4_acci32_st21_pad0090_dilat21/test.json b/operators/tensor/conv2d_3x3/conv2d_3x3_1x49x42x28_i8xi4_acci32_st21_pad0090_dilat21/test.json
new file mode 100644
index 000000000..e1abed745
--- /dev/null
+++ b/operators/tensor/conv2d_3x3/conv2d_3x3_1x49x42x28_i8xi4_acci32_st21_pad0090_dilat21/test.json
@@ -0,0 +1,245 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ 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,
+ 9,
+ 0
+ ],
+ stride: [
+ 2,
+ 1
+ ],
+ dilation: [
+ 2,
+ 1
+ ],
+ input_zp: -11,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 49,
+ 42,
+ 28
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 3,
+ 3,
+ 28
+ ],
+ type: "INT4",
+ data: [
+ 81,
+ 73,
+ 77,
+ 185,
+ 177,
+ 61,
+ 195,
+ 49,
+ 169,
+ 14,
+ 182,
+ 18,
+ 201,
+ 155,
+ 3,
+ 23,
+ 37,
+ 34,
+ 209,
+ 63,
+ 30,
+ 156,
+ 166,
+ 4,
+ 1,
+ 237,
+ 93,
+ 84,
+ 109,
+ 98,
+ 84,
+ 158,
+ 227,
+ 44,
+ 58,
+ 90,
+ 149,
+ 214,
+ 69,
+ 150,
+ 106,
+ 41,
+ 69,
+ 70,
+ 145,
+ 90,
+ 11,
+ 112,
+ 234,
+ 126,
+ 43,
+ 249,
+ 238,
+ 29,
+ 116,
+ 161,
+ 71,
+ 220,
+ 53,
+ 114,
+ 217,
+ 66,
+ 213,
+ 67,
+ 243,
+ 124,
+ 218,
+ 79,
+ 227,
+ 238,
+ 211,
+ 219,
+ 79,
+ 243,
+ 180,
+ 194,
+ 222,
+ 4,
+ 156,
+ 162,
+ 61,
+ 10,
+ 155,
+ 151,
+ 105,
+ 82,
+ 155,
+ 164,
+ 238,
+ 122,
+ 58,
+ 33,
+ 42,
+ 126,
+ 61,
+ 31,
+ 179,
+ 38,
+ 159,
+ 126,
+ 160,
+ 50,
+ 74,
+ 76,
+ 237,
+ 207,
+ 180,
+ 149,
+ 230,
+ 147,
+ 37,
+ 7,
+ 70,
+ 102,
+ 162,
+ 178,
+ 252,
+ 166,
+ 23,
+ 241,
+ 100,
+ 196,
+ 73,
+ 125,
+ 96,
+ 19
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 152,
+ 73,
+ 9,
+ 52
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 23,
+ 49,
+ 1
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}