aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/transpose/transpose_49x42_i8_perm0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/transpose/transpose_49x42_i8_perm0/test.json')
-rw-r--r--operators/data_layout/transpose/transpose_49x42_i8_perm0/test.json73
1 files changed, 39 insertions, 34 deletions
diff --git a/operators/data_layout/transpose/transpose_49x42_i8_perm0/test.json b/operators/data_layout/transpose/transpose_49x42_i8_perm0/test.json
index 084294935..6b2c1d4b1 100644
--- a/operators/data_layout/transpose/transpose_49x42_i8_perm0/test.json
+++ b/operators/data_layout/transpose/transpose_49x42_i8_perm0/test.json
@@ -5,19 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "TRANSPOSE",
- attribute_type: "TransposeAttribute",
- attribute: {
- perms: [
- 0,
- 1
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "TRANSPOSE",
+ attribute_type: "TransposeAttribute",
+ attribute: {
+ perms: [
+ 0,
+ 1
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 49,
+ 42
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 49,
+ 42
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0"
],
@@ -25,30 +54,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 49,
- 42
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 49,
- 42
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]