aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x65536x1x1_i8xi4_st11_pad0101_os1x65535x2x1/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:25 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:25 +0100
commit7e1735675bfae6ce387dfa678f5c21f55d43ca02 (patch)
treefac72a0a4f353e5dc0c372d57d2cf1a125da5e38 /operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x65536x1x1_i8xi4_st11_pad0101_os1x65535x2x1/test.json
parentba38962f21d00f303c27bed5ab84d6b51a7c8ab0 (diff)
downloadconformance_tests-7e1735675bfae6ce387dfa678f5c21f55d43ca02.tar.gz
Updating TRANSPOSE_CONV2D_1X3 tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ie09a0355e10de6481b9a5cf2d772f0b50cc7ace6
Diffstat (limited to 'operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x65536x1x1_i8xi4_st11_pad0101_os1x65535x2x1/test.json')
-rw-r--r--operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x65536x1x1_i8xi4_st11_pad0101_os1x65535x2x1/test.json122
1 files changed, 122 insertions, 0 deletions
diff --git a/operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x65536x1x1_i8xi4_st11_pad0101_os1x65535x2x1/test.json b/operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x65536x1x1_i8xi4_st11_pad0101_os1x65535x2x1/test.json
new file mode 100644
index 000000000..a5a605e58
--- /dev/null
+++ b/operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x65536x1x1_i8xi4_st11_pad0101_os1x65535x2x1/test.json
@@ -0,0 +1,122 @@
+{
+ 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: "TRANSPOSE_CONV2D",
+ attribute_type: "TransposeConvAttribute",
+ attribute: {
+ out_pad: [
+ 0,
+ 1,
+ 0,
+ 1
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ output_shape: [
+ 1,
+ 65535,
+ 2,
+ 1
+ ],
+ input_zp: -43,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 65536,
+ 1,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 3,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 190,
+ 3
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 254,
+ 182,
+ 243,
+ 251
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 65535,
+ 2,
+ 1
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}