aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reverse/reverse_ERRORIF_WrongOutputList_10x2x12x7_i32_axis0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/reverse/reverse_ERRORIF_WrongOutputList_10x2x12x7_i32_axis0/test.json')
-rw-r--r--operators/data_layout/reverse/reverse_ERRORIF_WrongOutputList_10x2x12x7_i32_axis0/test.json79
1 files changed, 42 insertions, 37 deletions
diff --git a/operators/data_layout/reverse/reverse_ERRORIF_WrongOutputList_10x2x12x7_i32_axis0/test.json b/operators/data_layout/reverse/reverse_ERRORIF_WrongOutputList_10x2x12x7_i32_axis0/test.json
index 18f2adf44..c0b6d1dd7 100644
--- a/operators/data_layout/reverse/reverse_ERRORIF_WrongOutputList_10x2x12x7_i32_axis0/test.json
+++ b/operators/data_layout/reverse/reverse_ERRORIF_WrongOutputList_10x2x12x7_i32_axis0/test.json
@@ -5,52 +5,57 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "REVERSE",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
+ name: "main",
+ operators: [
+ {
+ op: "REVERSE",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 2,
+ 12,
+ 7
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 2,
+ 12,
+ 7
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0"
],
outputs: [
- "result-0",
- "eiDummyOutput"
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 2,
- 12,
- 7
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 10,
- 2,
- 12,
- 7
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]