aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_6x25x20x21_f16_perm4/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/tile/tile_6x25x20x21_f16_perm4/test.json')
-rw-r--r--operators/data_layout/tile/tile_6x25x20x21_f16_perm4/test.json85
1 files changed, 45 insertions, 40 deletions
diff --git a/operators/data_layout/tile/tile_6x25x20x21_f16_perm4/test.json b/operators/data_layout/tile/tile_6x25x20x21_f16_perm4/test.json
index e72810cb2..00b20a1e5 100644
--- a/operators/data_layout/tile/tile_6x25x20x21_f16_perm4/test.json
+++ b/operators/data_layout/tile/tile_6x25x20x21_f16_perm4/test.json
@@ -5,21 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "TILE",
- attribute_type: "TileAttribute",
- attribute: {
- multiples: [
- 1,
- 1,
- 3,
- 1
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "TILE",
+ attribute_type: "TileAttribute",
+ attribute: {
+ multiples: [
+ 1,
+ 1,
+ 3,
+ 1
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 6,
+ 25,
+ 20,
+ 21
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 6,
+ 25,
+ 60,
+ 21
+ ],
+ type: "FP16"
+ }
+ ],
inputs: [
"input-0"
],
@@ -27,34 +60,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 6,
- 25,
- 20,
- 21
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 6,
- 25,
- 60,
- 21
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]