aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_10x24x9x13_f16xf16_accf16_st12_pad1000_os10x25x17x2/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2023-02-21 10:37:24 +0000
committerEric Kunze <eric.kunze@arm.com>2023-02-22 16:36:06 +0000
commit8f523840638434699bb53e0c986a0f84b38f6b70 (patch)
treec9dc34dceabff01632f07e887323ddf3c0da9f3b /operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_10x24x9x13_f16xf16_accf16_st12_pad1000_os10x25x17x2/test.json
parentf42c430ce7d8c7c3fa412ba48c5e602def6f639c (diff)
downloadconformance_tests-8f523840638434699bb53e0c986a0f84b38f6b70.tar.gz
Create MI tests for Tensors: TRANSPOSE_CONV2D
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I9ce5f8b26e03d53ef62d07da139f532f39a31d4b
Diffstat (limited to 'operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_10x24x9x13_f16xf16_accf16_st12_pad1000_os10x25x17x2/test.json')
-rw-r--r--operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_10x24x9x13_f16xf16_accf16_st12_pad1000_os10x25x17x2/test.json177
1 files changed, 177 insertions, 0 deletions
diff --git a/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_10x24x9x13_f16xf16_accf16_st12_pad1000_os10x25x17x2/test.json b/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_10x24x9x13_f16xf16_accf16_st12_pad1000_os10x25x17x2/test.json
new file mode 100644
index 000000000..134ee29bd
--- /dev/null
+++ b/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_10x24x9x13_f16xf16_accf16_st12_pad1000_os10x25x17x2/test.json
@@ -0,0 +1,177 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ 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,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 2
+ ],
+ output_shape: [
+ 10,
+ 25,
+ 17,
+ 2
+ ],
+ input_zp: 0,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 24,
+ 9,
+ 13
+ ],
+ type: "FP16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 2,
+ 1,
+ 1,
+ 13
+ ],
+ type: "FP16",
+ data: [
+ 111,
+ 55,
+ 174,
+ 188,
+ 198,
+ 62,
+ 130,
+ 191,
+ 44,
+ 185,
+ 242,
+ 184,
+ 116,
+ 58,
+ 200,
+ 63,
+ 50,
+ 63,
+ 49,
+ 181,
+ 100,
+ 56,
+ 179,
+ 62,
+ 0,
+ 60,
+ 148,
+ 189,
+ 182,
+ 62,
+ 124,
+ 178,
+ 229,
+ 180,
+ 236,
+ 190,
+ 193,
+ 61,
+ 162,
+ 62,
+ 82,
+ 62,
+ 230,
+ 188,
+ 64,
+ 190,
+ 113,
+ 188,
+ 241,
+ 187,
+ 66,
+ 185
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 2
+ ],
+ type: "FP16",
+ data: [
+ 92,
+ 41,
+ 201,
+ 63
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 25,
+ 17,
+ 2
+ ],
+ type: "FP16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}