aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_InputZeroPointNotZero_1x14x6x2_i16xi8_acci48_st1.../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_InputZeroPointNotZero_1x14x6x2_i16xi8_acci48_st11_pad0000_os1x14x6x8/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_InputZeroPointNotZero_1x14x6x2_i16xi8_acci48_st11_pad0000_os1x14x6x8/test.json')
-rw-r--r--operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_InputZeroPointNotZero_1x14x6x2_i16xi8_acci48_st11_pad0000_os1x14x6x8/test.json181
1 files changed, 181 insertions, 0 deletions
diff --git a/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_InputZeroPointNotZero_1x14x6x2_i16xi8_acci48_st11_pad0000_os1x14x6x8/test.json b/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_InputZeroPointNotZero_1x14x6x2_i16xi8_acci48_st11_pad0000_os1x14x6x8/test.json
new file mode 100644
index 000000000..d40632856
--- /dev/null
+++ b/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_ERRORIF_InputZeroPointNotZero_1x14x6x2_i16xi8_acci48_st11_pad0000_os1x14x6x8/test.json
@@ -0,0 +1,181 @@
+{
+ 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,
+ 14,
+ 6,
+ 8
+ ],
+ input_zp: 91,
+ weight_zp: 110,
+ accum_dtype: "INT48"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 14,
+ 6,
+ 2
+ ],
+ type: "INT16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 8,
+ 1,
+ 1,
+ 2
+ ],
+ type: "INT8",
+ data: [
+ 253,
+ 251,
+ 242,
+ 239,
+ 63,
+ 178,
+ 100,
+ 101,
+ 173,
+ 121,
+ 195,
+ 141,
+ 229,
+ 75,
+ 88,
+ 37
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 8
+ ],
+ type: "INT48",
+ data: [
+ 170,
+ 207,
+ 146,
+ 124,
+ 237,
+ 194,
+ 5,
+ 225,
+ 99,
+ 151,
+ 153,
+ 34,
+ 50,
+ 34,
+ 157,
+ 194,
+ 238,
+ 160,
+ 110,
+ 68,
+ 251,
+ 159,
+ 196,
+ 145,
+ 98,
+ 72,
+ 206,
+ 76,
+ 85,
+ 126,
+ 118,
+ 61,
+ 146,
+ 34,
+ 233,
+ 34,
+ 63,
+ 250,
+ 170,
+ 50,
+ 211,
+ 192,
+ 56,
+ 178,
+ 226,
+ 108,
+ 53,
+ 243
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 14,
+ 6,
+ 8
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}