aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_53x52_b_perm1
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/slice/slice_53x52_b_perm1')
-rw-r--r--operators/data_layout/slice/slice_53x52_b_perm1/test.json81
1 files changed, 43 insertions, 38 deletions
diff --git a/operators/data_layout/slice/slice_53x52_b_perm1/test.json b/operators/data_layout/slice/slice_53x52_b_perm1/test.json
index e63c10089..77b45485a 100644
--- a/operators/data_layout/slice/slice_53x52_b_perm1/test.json
+++ b/operators/data_layout/slice/slice_53x52_b_perm1/test.json
@@ -5,23 +5,52 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "SLICE",
- attribute_type: "SliceAttribute",
- attribute: {
- start: [
- 2,
- 8
- ],
- size: [
- 27,
- 32
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 2,
+ 8
+ ],
+ size: [
+ 27,
+ 32
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 53,
+ 52
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 27,
+ 32
+ ],
+ type: "BOOL"
+ }
+ ],
inputs: [
"input-0"
],
@@ -29,30 +58,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 53,
- 52
- ],
- type: "BOOL"
- },
- {
- name: "result-0",
- shape: [
- 27,
- 32
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]