aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x49x33x1_i8xi4_st88_pad1110_os1x383x258x1/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_1x49x33x1_i8xi4_st88_pad1110_os1x383x258x1/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_1x49x33x1_i8xi4_st88_pad1110_os1x383x258x1/test.json')
-rw-r--r--operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x49x33x1_i8xi4_st88_pad1110_os1x383x258x1/test.json122
1 files changed, 122 insertions, 0 deletions
diff --git a/operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x49x33x1_i8xi4_st88_pad1110_os1x383x258x1/test.json b/operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x49x33x1_i8xi4_st88_pad1110_os1x383x258x1/test.json
new file mode 100644
index 000000000..bb048149c
--- /dev/null
+++ b/operators/tensor/transpose_conv2d_1x3/transpose_conv2d_1x3_1x49x33x1_i8xi4_st88_pad1110_os1x383x258x1/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: [
+ 1,
+ 1,
+ 1,
+ 0
+ ],
+ stride: [
+ 8,
+ 8
+ ],
+ output_shape: [
+ 1,
+ 383,
+ 258,
+ 1
+ ],
+ input_zp: -123,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 49,
+ 33,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 3,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 21,
+ 3
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 89,
+ 209,
+ 214,
+ 228
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 383,
+ 258,
+ 1
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}