aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_p.../test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:59:38 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:59:38 +0100
commit725dc72a1676089eb9f22cef062aec7359c55436 (patch)
tree62b1810802a3a867abdad8abb36c94894b5a0bd1 /operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad0000_os1x-8x1x7/test.json
parent160c305f3f95ff71775a307b8e601e5e78c60e9a (diff)
downloadconformance_tests-725dc72a1676089eb9f22cef062aec7359c55436.tar.gz
Updating TRANSPOSE_CONV2D_1X1 tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I1d06dd6b1ed82886cd75ba700db26bca9a42f594
Diffstat (limited to 'operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad0000_os1x-8x1x7/test.json')
-rw-r--r--operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad0000_os1x-8x1x7/test.json201
1 files changed, 201 insertions, 0 deletions
diff --git a/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad0000_os1x-8x1x7/test.json b/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad0000_os1x-8x1x7/test.json
new file mode 100644
index 000000000..2a57a076f
--- /dev/null
+++ b/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad0000_os1x-8x1x7/test.json
@@ -0,0 +1,201 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ 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,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ -1,
+ -1
+ ],
+ output_shape: [
+ 1,
+ -8,
+ 1,
+ 7
+ ],
+ input_zp: 0,
+ weight_zp: 21,
+ accum_dtype: "INT48"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 10,
+ 1,
+ 6
+ ],
+ type: "INT16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 7,
+ 1,
+ 1,
+ 6
+ ],
+ type: "INT8",
+ data: [
+ 169,
+ 213,
+ 124,
+ 190,
+ 89,
+ 247,
+ 117,
+ 234,
+ 254,
+ 229,
+ 181,
+ 88,
+ 18,
+ 1,
+ 223,
+ 69,
+ 217,
+ 188,
+ 149,
+ 95,
+ 146,
+ 88,
+ 224,
+ 128,
+ 109,
+ 61,
+ 57,
+ 12,
+ 66,
+ 162,
+ 187,
+ 11,
+ 60,
+ 22,
+ 232,
+ 44,
+ 143,
+ 2,
+ 229,
+ 255,
+ 161,
+ 103
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 7
+ ],
+ type: "INT48",
+ data: [
+ 81,
+ 241,
+ 5,
+ 131,
+ 29,
+ 87,
+ 18,
+ 170,
+ 77,
+ 144,
+ 151,
+ 201,
+ 56,
+ 29,
+ 166,
+ 240,
+ 166,
+ 28,
+ 84,
+ 242,
+ 93,
+ 91,
+ 31,
+ 221,
+ 54,
+ 254,
+ 214,
+ 93,
+ 123,
+ 167,
+ 134,
+ 72,
+ 188,
+ 142,
+ 63,
+ 38,
+ 36,
+ 126,
+ 86,
+ 89,
+ 150,
+ 66
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ -8,
+ 1,
+ 7
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}