aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/transpose/transpose_ERRORIF_WrongInputList_10x2x10_f32_perm0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/transpose/transpose_ERRORIF_WrongInputList_10x2x10_f32_perm0')
-rw-r--r--operators/data_layout/transpose/transpose_ERRORIF_WrongInputList_10x2x10_f32_perm0/test.json81
1 files changed, 43 insertions, 38 deletions
diff --git a/operators/data_layout/transpose/transpose_ERRORIF_WrongInputList_10x2x10_f32_perm0/test.json b/operators/data_layout/transpose/transpose_ERRORIF_WrongInputList_10x2x10_f32_perm0/test.json
index b0c2fb26b..d3bc70907 100644
--- a/operators/data_layout/transpose/transpose_ERRORIF_WrongInputList_10x2x10_f32_perm0/test.json
+++ b/operators/data_layout/transpose/transpose_ERRORIF_WrongInputList_10x2x10_f32_perm0/test.json
@@ -5,53 +5,58 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "TRANSPOSE",
- attribute_type: "TransposeAttribute",
- attribute: {
- perms: [
- 2,
- 0,
- 1
- ]
- },
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "TRANSPOSE",
+ attribute_type: "TransposeAttribute",
+ attribute: {
+ perms: [
+ 2,
+ 0,
+ 1
+ ]
+ },
+ inputs: [
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 2,
+ 10
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 10,
+ 2
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 2,
- 10
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 10,
- 10,
- 2
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]