aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/transpose/transpose_35x56x5x55_i8_perm1
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/transpose/transpose_35x56x5x55_i8_perm1')
-rw-r--r--operators/data_layout/transpose/transpose_35x56x5x55_i8_perm1/test.json85
1 files changed, 45 insertions, 40 deletions
diff --git a/operators/data_layout/transpose/transpose_35x56x5x55_i8_perm1/test.json b/operators/data_layout/transpose/transpose_35x56x5x55_i8_perm1/test.json
index 98f91b2f6..bc0358ef6 100644
--- a/operators/data_layout/transpose/transpose_35x56x5x55_i8_perm1/test.json
+++ b/operators/data_layout/transpose/transpose_35x56x5x55_i8_perm1/test.json
@@ -5,21 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "TRANSPOSE",
- attribute_type: "TransposeAttribute",
- attribute: {
- perms: [
- 1,
- 3,
- 0,
- 2
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "TRANSPOSE",
+ attribute_type: "TransposeAttribute",
+ attribute: {
+ perms: [
+ 1,
+ 3,
+ 0,
+ 2
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 35,
+ 56,
+ 5,
+ 55
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 56,
+ 55,
+ 35,
+ 5
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0"
],
@@ -27,34 +60,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 35,
- 56,
- 5,
- 55
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 56,
- 55,
- 35,
- 5
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]