aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x65536x1x1_i8xi4_st11_pad11-11_os1x65539x2x1/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:59:43 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:59:43 +0100
commitf805901e66d10df96605b617439afa5f0a3e8bd8 (patch)
tree520fe85740cdd821b2e88c3803eeb780e85c84d6 /operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x65536x1x1_i8xi4_st11_pad11-11_os1x65539x2x1/test.json
parentcb6def31ed464aaa20303e6c74fb7a3421119db0 (diff)
downloadconformance_tests-f805901e66d10df96605b617439afa5f0a3e8bd8.tar.gz
Updating TRANSPOSE_CONV2D_2X2 tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Iae8117bcbfbca7198e150ddf39c3332004fbf8b1
Diffstat (limited to 'operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x65536x1x1_i8xi4_st11_pad11-11_os1x65539x2x1/test.json')
-rw-r--r--operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x65536x1x1_i8xi4_st11_pad11-11_os1x65539x2x1/test.json122
1 files changed, 0 insertions, 122 deletions
diff --git a/operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x65536x1x1_i8xi4_st11_pad11-11_os1x65539x2x1/test.json b/operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x65536x1x1_i8xi4_st11_pad11-11_os1x65539x2x1/test.json
deleted file mode 100644
index d65f8bfc9..000000000
--- a/operators/tensor/transpose_conv2d_2x2/transpose_conv2d_2x2_1x65536x1x1_i8xi4_st11_pad11-11_os1x65539x2x1/test.json
+++ /dev/null
@@ -1,122 +0,0 @@
-{
- 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: [
- 1,
- 1,
- -1,
- 1
- ],
- stride: [
- 1,
- 1
- ],
- output_shape: [
- 1,
- 65539,
- 2,
- 1
- ],
- input_zp: -59,
- 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,
- 2,
- 2,
- 1
- ],
- type: "INT4",
- data: [
- 67,
- 151
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 244,
- 203,
- 213,
- 54
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 65539,
- 2,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}