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