aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_14x9_f16_perm1/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/tile/tile_14x9_f16_perm1/test.json')
-rw-r--r--operators/data_layout/tile/tile_14x9_f16_perm1/test.json73
1 files changed, 39 insertions, 34 deletions
diff --git a/operators/data_layout/tile/tile_14x9_f16_perm1/test.json b/operators/data_layout/tile/tile_14x9_f16_perm1/test.json
index 55eb67067..b5761ec2a 100644
--- a/operators/data_layout/tile/tile_14x9_f16_perm1/test.json
+++ b/operators/data_layout/tile/tile_14x9_f16_perm1/test.json
@@ -5,19 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "TILE",
- attribute_type: "TileAttribute",
- attribute: {
- multiples: [
- 2,
- 2
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "TILE",
+ attribute_type: "TileAttribute",
+ attribute: {
+ multiples: [
+ 2,
+ 2
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 14,
+ 9
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 28,
+ 18
+ ],
+ type: "FP16"
+ }
+ ],
inputs: [
"input-0"
],
@@ -25,30 +54,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 14,
- 9
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 28,
- 18
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]