aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv2d_2x2/conv2d_2x2_1x11x44x13_i8xi8_st11_pad9099_dilat11/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:33 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:33 +0100
commit31ca1d107e65ed12fa251c144c1b592d4b370066 (patch)
treed88c2f4dfd3cd25cb1d78141b356230d4c476704 /operators/tensor/conv2d_2x2/conv2d_2x2_1x11x44x13_i8xi8_st11_pad9099_dilat11/test.json
parentb5bcba91cb80db4279f9b7ef3384ad0811a55508 (diff)
downloadconformance_tests-31ca1d107e65ed12fa251c144c1b592d4b370066.tar.gz
Updating CONV2D_2X2 tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I61ef817dcff31c76bd7e06c65db348b4ef1d44d9
Diffstat (limited to 'operators/tensor/conv2d_2x2/conv2d_2x2_1x11x44x13_i8xi8_st11_pad9099_dilat11/test.json')
-rw-r--r--operators/tensor/conv2d_2x2/conv2d_2x2_1x11x44x13_i8xi8_st11_pad9099_dilat11/test.json170
1 files changed, 170 insertions, 0 deletions
diff --git a/operators/tensor/conv2d_2x2/conv2d_2x2_1x11x44x13_i8xi8_st11_pad9099_dilat11/test.json b/operators/tensor/conv2d_2x2/conv2d_2x2_1x11x44x13_i8xi8_st11_pad9099_dilat11/test.json
new file mode 100644
index 000000000..d8e31f2da
--- /dev/null
+++ b/operators/tensor/conv2d_2x2/conv2d_2x2_1x11x44x13_i8xi8_st11_pad9099_dilat11/test.json
@@ -0,0 +1,170 @@
+{
+ 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: [
+ 9,
+ 0,
+ 9,
+ 9
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1
+ ],
+ input_zp: -96,
+ weight_zp: 113
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 11,
+ 44,
+ 13
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 2,
+ 2,
+ 13
+ ],
+ type: "INT8",
+ data: [
+ 126,
+ 246,
+ 126,
+ 211,
+ 116,
+ 217,
+ 126,
+ 121,
+ 60,
+ 251,
+ 160,
+ 233,
+ 109,
+ 47,
+ 98,
+ 2,
+ 195,
+ 230,
+ 30,
+ 22,
+ 54,
+ 90,
+ 10,
+ 22,
+ 75,
+ 148,
+ 165,
+ 149,
+ 205,
+ 60,
+ 63,
+ 190,
+ 183,
+ 199,
+ 126,
+ 164,
+ 50,
+ 87,
+ 125,
+ 134,
+ 43,
+ 133,
+ 147,
+ 29,
+ 78,
+ 146,
+ 205,
+ 164,
+ 225,
+ 126,
+ 100,
+ 123
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 33,
+ 5,
+ 132,
+ 121
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 19,
+ 61,
+ 1
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}