aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv2d_3x3/conv2d_3x3_1x65535x4x1_i8xi4_st11_pad1100_dilat11/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:44 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:44 +0100
commite7827153b8e9442f1b9a3e7137f8dc0fa702c62e (patch)
tree82c5e53b46485767e842447e1531d488c2f63b10 /operators/tensor/conv2d_3x3/conv2d_3x3_1x65535x4x1_i8xi4_st11_pad1100_dilat11/test.json
parent038816bfb8bd0eedbd9f03fcd64c75ad66ac8df4 (diff)
downloadconformance_tests-e7827153b8e9442f1b9a3e7137f8dc0fa702c62e.tar.gz
Updating CONV2D_3X3 tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I36b9f5075d999a89414fb8395d4286596aa9cf1e
Diffstat (limited to 'operators/tensor/conv2d_3x3/conv2d_3x3_1x65535x4x1_i8xi4_st11_pad1100_dilat11/test.json')
-rw-r--r--operators/tensor/conv2d_3x3/conv2d_3x3_1x65535x4x1_i8xi4_st11_pad1100_dilat11/test.json123
1 files changed, 123 insertions, 0 deletions
diff --git a/operators/tensor/conv2d_3x3/conv2d_3x3_1x65535x4x1_i8xi4_st11_pad1100_dilat11/test.json b/operators/tensor/conv2d_3x3/conv2d_3x3_1x65535x4x1_i8xi4_st11_pad1100_dilat11/test.json
new file mode 100644
index 000000000..e119203e7
--- /dev/null
+++ b/operators/tensor/conv2d_3x3/conv2d_3x3_1x65535x4x1_i8xi4_st11_pad1100_dilat11/test.json
@@ -0,0 +1,123 @@
+{
+ 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,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1
+ ],
+ input_zp: -25,
+ weight_zp: 0
+ },
+ 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,
+ 3,
+ 3,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 31,
+ 21,
+ 39,
+ 155,
+ 13
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 23,
+ 134,
+ 140,
+ 136
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 65535,
+ 2,
+ 1
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}