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