aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_1x65536x1x1_i8xi4_st11_pad0000_os1x65536x1x1/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:20 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:20 +0100
commitba38962f21d00f303c27bed5ab84d6b51a7c8ab0 (patch)
tree4b68bb236369d21c79aa0cd9c65389f7d92fc7fb /operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_1x65536x1x1_i8xi4_st11_pad0000_os1x65536x1x1/test.json
parent3b64b6cfba69e4a225b5a41737169cacda21d97c (diff)
downloadconformance_tests-ba38962f21d00f303c27bed5ab84d6b51a7c8ab0.tar.gz
Updating TRANSPOSE_CONV2D_1X1 tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I4b6361f6c54f85851233ea94c5e89417eeb8e255
Diffstat (limited to 'operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_1x65536x1x1_i8xi4_st11_pad0000_os1x65536x1x1/test.json')
-rw-r--r--operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_1x65536x1x1_i8xi4_st11_pad0000_os1x65536x1x1/test.json121
1 files changed, 121 insertions, 0 deletions
diff --git a/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_1x65536x1x1_i8xi4_st11_pad0000_os1x65536x1x1/test.json b/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_1x65536x1x1_i8xi4_st11_pad0000_os1x65536x1x1/test.json
new file mode 100644
index 000000000..f0f0f3c79
--- /dev/null
+++ b/operators/tensor/transpose_conv2d_1x1/transpose_conv2d_1x1_1x65536x1x1_i8xi4_st11_pad0000_os1x65536x1x1/test.json
@@ -0,0 +1,121 @@
+{
+ 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: [
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ output_shape: [
+ 1,
+ 65536,
+ 1,
+ 1
+ ],
+ input_zp: -106,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 65536,
+ 1,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 7
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 226,
+ 167,
+ 182,
+ 212
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 65536,
+ 1,
+ 1
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}