aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_26x25x22_f32_perm2/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/tile/tile_26x25x22_f32_perm2/test.json')
-rw-r--r--operators/data_layout/tile/tile_26x25x22_f32_perm2/test.json79
1 files changed, 42 insertions, 37 deletions
diff --git a/operators/data_layout/tile/tile_26x25x22_f32_perm2/test.json b/operators/data_layout/tile/tile_26x25x22_f32_perm2/test.json
index 1c46acaae..af865a71c 100644
--- a/operators/data_layout/tile/tile_26x25x22_f32_perm2/test.json
+++ b/operators/data_layout/tile/tile_26x25x22_f32_perm2/test.json
@@ -5,20 +5,51 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "TILE",
- attribute_type: "TileAttribute",
- attribute: {
- multiples: [
- 2,
- 2,
- 1
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "TILE",
+ attribute_type: "TileAttribute",
+ attribute: {
+ multiples: [
+ 2,
+ 2,
+ 1
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 26,
+ 25,
+ 22
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 52,
+ 50,
+ 22
+ ],
+ type: "FP32"
+ }
+ ],
inputs: [
"input-0"
],
@@ -26,32 +57,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 26,
- 25,
- 22
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 52,
- 50,
- 22
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]