aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x5x12x6_f32_perm0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x5x12x6_f32_perm0/test.json')
-rw-r--r--operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x5x12x6_f32_perm0/test.json87
1 files changed, 46 insertions, 41 deletions
diff --git a/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x5x12x6_f32_perm0/test.json b/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x5x12x6_f32_perm0/test.json
index 1afa6733b..b551e2911 100644
--- a/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x5x12x6_f32_perm0/test.json
+++ b/operators/data_layout/tile/tile_ERRORIF_WrongOutputList_10x5x12x6_f32_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,
- 1,
- 1
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "TILE",
+ attribute_type: "TileAttribute",
+ attribute: {
+ multiples: [
+ 2,
+ 1,
+ 1,
+ 1
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 5,
+ 12,
+ 6
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 20,
+ 5,
+ 12,
+ 6
+ ],
+ type: "FP32"
+ }
+ ],
inputs: [
"input-0"
],
outputs: [
-
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 5,
- 12,
- 6
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 20,
- 5,
- 12,
- 6
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]