aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_ERRORIF_WrongOutputType_10_b_perm0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/tile/tile_ERRORIF_WrongOutputType_10_b_perm0/test.json')
-rw-r--r--operators/data_layout/tile/tile_ERRORIF_WrongOutputType_10_b_perm0/test.json67
1 files changed, 36 insertions, 31 deletions
diff --git a/operators/data_layout/tile/tile_ERRORIF_WrongOutputType_10_b_perm0/test.json b/operators/data_layout/tile/tile_ERRORIF_WrongOutputType_10_b_perm0/test.json
index 18a6891a2..0196c50ad 100644
--- a/operators/data_layout/tile/tile_ERRORIF_WrongOutputType_10_b_perm0/test.json
+++ b/operators/data_layout/tile/tile_ERRORIF_WrongOutputType_10_b_perm0/test.json
@@ -5,18 +5,45 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "TILE",
- attribute_type: "TileAttribute",
- attribute: {
- multiples: [
- 2
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "TILE",
+ attribute_type: "TileAttribute",
+ attribute: {
+ multiples: [
+ 2
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 20
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0"
],
@@ -24,28 +51,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10
- ],
- type: "BOOL"
- },
- {
- name: "result-0",
- shape: [
- 20
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]