aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_14_b_perm0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/tile/tile_ERRORIF_WrongOutputList_14_b_perm0/test.json')
-rw-r--r--operators/data_layout/tile/tile_ERRORIF_WrongOutputList_14_b_perm0/test.json71
1 files changed, 38 insertions, 33 deletions
diff --git a/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_14_b_perm0/test.json b/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_14_b_perm0/test.json
index a4030763f..e06c1b3af 100644
--- a/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_14_b_perm0/test.json
+++ b/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_14_b_perm0/test.json
@@ -5,48 +5,53 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "TILE",
- attribute_type: "TileAttribute",
- attribute: {
- multiples: [
- 3
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "TILE",
+ attribute_type: "TileAttribute",
+ attribute: {
+ multiples: [
+ 3
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 14
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 42
+ ],
+ type: "BOOL"
+ }
+ ],
inputs: [
"input-0"
],
outputs: [
- "result-0",
- "eiDummyOutput"
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 14
- ],
- type: "BOOL"
- },
- {
- name: "result-0",
- shape: [
- 42
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]