aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x4x1_i8xi8_st11_pad1110_dilat11/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:27 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:27 +0100
commitb5bcba91cb80db4279f9b7ef3384ad0811a55508 (patch)
tree70c63cad646bf8e4b394cf93cfc8c94060f31052 /operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x4x1_i8xi8_st11_pad1110_dilat11/test.json
parent5a73ed4cf5fc5e1134aac4847db26a36dc774695 (diff)
downloadconformance_tests-b5bcba91cb80db4279f9b7ef3384ad0811a55508.tar.gz
Updating CONV2D_1X3 tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I2785b2a187a4e5a57d32f043cf0bd2d4dc8b9a04
Diffstat (limited to 'operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x4x1_i8xi8_st11_pad1110_dilat11/test.json')
-rw-r--r--operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x4x1_i8xi8_st11_pad1110_dilat11/test.json121
1 files changed, 121 insertions, 0 deletions
diff --git a/operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x4x1_i8xi8_st11_pad1110_dilat11/test.json b/operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x4x1_i8xi8_st11_pad1110_dilat11/test.json
new file mode 100644
index 000000000..ba8ddceb3
--- /dev/null
+++ b/operators/tensor/conv2d_1x3/conv2d_1x3_1x65535x4x1_i8xi8_st11_pad1110_dilat11/test.json
@@ -0,0 +1,121 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ 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,
+ 1,
+ 0
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1
+ ],
+ input_zp: 33,
+ weight_zp: 80
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 65535,
+ 4,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 3,
+ 1
+ ],
+ type: "INT8",
+ data: [
+ 57,
+ 31,
+ 36
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 248,
+ 127,
+ 228,
+ 163
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 65537,
+ 3,
+ 1
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}