aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_ERRORIF_WrongInputList_10x2x10x11_b_perm0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/tile/tile_ERRORIF_WrongInputList_10x2x10x11_b_perm0/test.json')
-rw-r--r--operators/data_layout/tile/tile_ERRORIF_WrongInputList_10x2x10x11_b_perm0/test.json87
1 files changed, 46 insertions, 41 deletions
diff --git a/operators/data_layout/tile/tile_ERRORIF_WrongInputList_10x2x10x11_b_perm0/test.json b/operators/data_layout/tile/tile_ERRORIF_WrongInputList_10x2x10x11_b_perm0/test.json
index 2bf444f27..9fe6b936b 100644
--- a/operators/data_layout/tile/tile_ERRORIF_WrongInputList_10x2x10x11_b_perm0/test.json
+++ b/operators/data_layout/tile/tile_ERRORIF_WrongInputList_10x2x10x11_b_perm0/test.json
@@ -5,56 +5,61 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "TILE",
- attribute_type: "TileAttribute",
- attribute: {
- multiples: [
- 2,
- 1,
- 2,
- 3
- ]
- },
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "TILE",
+ attribute_type: "TileAttribute",
+ attribute: {
+ multiples: [
+ 2,
+ 1,
+ 2,
+ 3
+ ]
+ },
+ inputs: [
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 2,
+ 10,
+ 11
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 20,
+ 2,
+ 20,
+ 33
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 2,
- 10,
- 11
- ],
- type: "BOOL"
- },
- {
- name: "result-0",
- shape: [
- 20,
- 2,
- 20,
- 33
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]