aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputList_10x2x11x14_f16_perm0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/transpose/transpose_ERRORIF_WrongOutputList_10x2x11x14_f16_perm0')
-rw-r--r--operators/data_layout/transpose/transpose_ERRORIF_WrongOutputList_10x2x11x14_f16_perm0/test.json87
1 files changed, 46 insertions, 41 deletions
diff --git a/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputList_10x2x11x14_f16_perm0/test.json b/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputList_10x2x11x14_f16_perm0/test.json
index 8143b6aa3..def053570 100644
--- a/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputList_10x2x11x14_f16_perm0/test.json
+++ b/operators/data_layout/transpose/transpose_ERRORIF_WrongOutputList_10x2x11x14_f16_perm0/test.json
@@ -5,56 +5,61 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "TRANSPOSE",
- attribute_type: "TransposeAttribute",
- attribute: {
- perms: [
- 3,
- 2,
- 0,
- 1
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "TRANSPOSE",
+ attribute_type: "TransposeAttribute",
+ attribute: {
+ perms: [
+ 3,
+ 2,
+ 0,
+ 1
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 2,
+ 11,
+ 14
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 14,
+ 11,
+ 10,
+ 2
+ ],
+ type: "FP16"
+ }
+ ],
inputs: [
"input-0"
],
outputs: [
-
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 2,
- 11,
- 14
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 14,
- 11,
- 10,
- 2
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]