aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv2d_3x1/conv2d_3x1_1x49x42x28_i8xi8_acci32_st21_pad0090_dilat21/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:56:23 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:56:23 +0100
commitb8cd1b65c5912d82bbf6e0bdd0f7e6816fbd304e (patch)
treec626fdc9493191ad532ef9d6978f673cb27042ff /operators/tensor/conv2d_3x1/conv2d_3x1_1x49x42x28_i8xi8_acci32_st21_pad0090_dilat21/test.json
parent8d74321df4611d9f671d27c8f9e18db7d8e3fabe (diff)
downloadconformance_tests-b8cd1b65c5912d82bbf6e0bdd0f7e6816fbd304e.tar.gz
Updating CONV2D_3X1 tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I30c4f49a3fb767a4834af7309a298571685a6510
Diffstat (limited to 'operators/tensor/conv2d_3x1/conv2d_3x1_1x49x42x28_i8xi8_acci32_st21_pad0090_dilat21/test.json')
-rw-r--r--operators/tensor/conv2d_3x1/conv2d_3x1_1x49x42x28_i8xi8_acci32_st21_pad0090_dilat21/test.json203
1 files changed, 203 insertions, 0 deletions
diff --git a/operators/tensor/conv2d_3x1/conv2d_3x1_1x49x42x28_i8xi8_acci32_st21_pad0090_dilat21/test.json b/operators/tensor/conv2d_3x1/conv2d_3x1_1x49x42x28_i8xi8_acci32_st21_pad0090_dilat21/test.json
new file mode 100644
index 000000000..bf25d005b
--- /dev/null
+++ b/operators/tensor/conv2d_3x1/conv2d_3x1_1x49x42x28_i8xi8_acci32_st21_pad0090_dilat21/test.json
@@ -0,0 +1,203 @@
+{
+ 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: -37,
+ weight_zp: 23,
+ 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,
+ 1,
+ 28
+ ],
+ type: "INT8",
+ data: [
+ 23,
+ 163,
+ 218,
+ 231,
+ 182,
+ 220,
+ 248,
+ 46,
+ 206,
+ 69,
+ 214,
+ 153,
+ 1,
+ 48,
+ 111,
+ 44,
+ 113,
+ 71,
+ 70,
+ 153,
+ 28,
+ 158,
+ 96,
+ 87,
+ 200,
+ 3,
+ 49,
+ 52,
+ 153,
+ 36,
+ 188,
+ 223,
+ 32,
+ 178,
+ 143,
+ 178,
+ 86,
+ 35,
+ 104,
+ 16,
+ 126,
+ 33,
+ 3,
+ 225,
+ 135,
+ 63,
+ 246,
+ 187,
+ 240,
+ 254,
+ 237,
+ 171,
+ 103,
+ 38,
+ 85,
+ 24,
+ 71,
+ 183,
+ 173,
+ 102,
+ 144,
+ 124,
+ 59,
+ 189,
+ 179,
+ 78,
+ 152,
+ 10,
+ 215,
+ 50,
+ 255,
+ 13,
+ 145,
+ 240,
+ 120,
+ 186,
+ 165,
+ 131,
+ 135,
+ 222,
+ 133,
+ 228,
+ 90,
+ 101
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 113,
+ 32,
+ 64,
+ 72
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 23,
+ 51,
+ 1
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}