aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/test.json')
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/test.json83
1 files changed, 44 insertions, 39 deletions
diff --git a/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/test.json b/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/test.json
index ac845233f..698091b9c 100644
--- a/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/test.json
+++ b/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/test.json
@@ -5,54 +5,59 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "SLICE",
- attribute_type: "SliceAttribute",
- attribute: {
- start: [
- 2,
- 5
- ],
- size: [
- 3,
- 4
- ]
- },
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 2,
+ 5
+ ],
+ size: [
+ 3,
+ 4
+ ]
+ },
+ inputs: [
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 6,
+ 12
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 3,
+ 4
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 6,
- 12
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 3,
- 4
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]