aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv2d_3x1/conv2d_3x1_1x65535x4x1_i8xi8_st81_pad0010_dilat71/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:39 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:39 +0100
commit038816bfb8bd0eedbd9f03fcd64c75ad66ac8df4 (patch)
tree4fec09493682713dd41dcb7b8cc156726a754439 /operators/tensor/conv2d_3x1/conv2d_3x1_1x65535x4x1_i8xi8_st81_pad0010_dilat71/test.json
parent31ca1d107e65ed12fa251c144c1b592d4b370066 (diff)
downloadconformance_tests-038816bfb8bd0eedbd9f03fcd64c75ad66ac8df4.tar.gz
Updating CONV2D_3X1 tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I6eb9b4f9d99fc660bbd344e73748be89d22a8d40
Diffstat (limited to 'operators/tensor/conv2d_3x1/conv2d_3x1_1x65535x4x1_i8xi8_st81_pad0010_dilat71/test.json')
-rw-r--r--operators/tensor/conv2d_3x1/conv2d_3x1_1x65535x4x1_i8xi8_st81_pad0010_dilat71/test.json121
1 files changed, 121 insertions, 0 deletions
diff --git a/operators/tensor/conv2d_3x1/conv2d_3x1_1x65535x4x1_i8xi8_st81_pad0010_dilat71/test.json b/operators/tensor/conv2d_3x1/conv2d_3x1_1x65535x4x1_i8xi8_st81_pad0010_dilat71/test.json
new file mode 100644
index 000000000..3e901e4f6
--- /dev/null
+++ b/operators/tensor/conv2d_3x1/conv2d_3x1_1x65535x4x1_i8xi8_st81_pad0010_dilat71/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: [
+ 0,
+ 0,
+ 1,
+ 0
+ ],
+ stride: [
+ 8,
+ 1
+ ],
+ dilation: [
+ 7,
+ 1
+ ],
+ input_zp: -98,
+ weight_zp: 101
+ },
+ 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,
+ 1,
+ 1
+ ],
+ type: "INT8",
+ data: [
+ 137,
+ 118,
+ 70
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 58,
+ 87,
+ 107,
+ 233
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 8191,
+ 5,
+ 1
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}