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