aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/transpose_conv2d_3x3/transpose_conv2d_3x3_1x49x33x1_i16xi8_st88_pad1110_os1x385x258x1/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:36 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:36 +0100
commit3fad8adb93134067186874ec4e117006173255da (patch)
treed28874cc9bf3213e782f940a76a608edb491327b /operators/tensor/transpose_conv2d_3x3/transpose_conv2d_3x3_1x49x33x1_i16xi8_st88_pad1110_os1x385x258x1/test.json
parentf33bb20b283ce8e4dd5402c13f56722bc91e319d (diff)
downloadconformance_tests-3fad8adb93134067186874ec4e117006173255da.tar.gz
Updating TRANSPOSE_CONV2D_3X3 tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: If50b88f4cbdc31e131192c7c3f7c9dbab24cc4e9
Diffstat (limited to 'operators/tensor/transpose_conv2d_3x3/transpose_conv2d_3x3_1x49x33x1_i16xi8_st88_pad1110_os1x385x258x1/test.json')
-rw-r--r--operators/tensor/transpose_conv2d_3x3/transpose_conv2d_3x3_1x49x33x1_i16xi8_st88_pad1110_os1x385x258x1/test.json131
1 files changed, 131 insertions, 0 deletions
diff --git a/operators/tensor/transpose_conv2d_3x3/transpose_conv2d_3x3_1x49x33x1_i16xi8_st88_pad1110_os1x385x258x1/test.json b/operators/tensor/transpose_conv2d_3x3/transpose_conv2d_3x3_1x49x33x1_i16xi8_st88_pad1110_os1x385x258x1/test.json
new file mode 100644
index 000000000..5ee0f172c
--- /dev/null
+++ b/operators/tensor/transpose_conv2d_3x3/transpose_conv2d_3x3_1x49x33x1_i16xi8_st88_pad1110_os1x385x258x1/test.json
@@ -0,0 +1,131 @@
+{
+ 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,
+ 385,
+ 258,
+ 1
+ ],
+ input_zp: 0,
+ weight_zp: -31
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 49,
+ 33,
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 3,
+ 3,
+ 1
+ ],
+ type: "INT8",
+ data: [
+ 130,
+ 105,
+ 239,
+ 215,
+ 207,
+ 247,
+ 48,
+ 204,
+ 57
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT48",
+ data: [
+ 70,
+ 202,
+ 146,
+ 188,
+ 30,
+ 188
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 385,
+ 258,
+ 1
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}