aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_48x60x51_i8_perm1/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/slice/slice_48x60x51_i8_perm1/test.json')
-rw-r--r--operators/data_layout/slice/slice_48x60x51_i8_perm1/test.json89
1 files changed, 47 insertions, 42 deletions
diff --git a/operators/data_layout/slice/slice_48x60x51_i8_perm1/test.json b/operators/data_layout/slice/slice_48x60x51_i8_perm1/test.json
index e0e3d1c50..395357056 100644
--- a/operators/data_layout/slice/slice_48x60x51_i8_perm1/test.json
+++ b/operators/data_layout/slice/slice_48x60x51_i8_perm1/test.json
@@ -5,25 +5,56 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "SLICE",
- attribute_type: "SliceAttribute",
- attribute: {
- start: [
- 3,
- 47,
- 23
- ],
- size: [
- 21,
- 2,
- 3
- ]
- },
+ name: "main",
+ operators: [
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 3,
+ 47,
+ 23
+ ],
+ size: [
+ 21,
+ 2,
+ 3
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 48,
+ 60,
+ 51
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 21,
+ 2,
+ 3
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0"
],
@@ -31,32 +62,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 48,
- 60,
- 51
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 21,
- 2,
- 3
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]