aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_min/reduce_min_ERRORIF_WrongInputList_10_f32_axis0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/reduction/reduce_min/reduce_min_ERRORIF_WrongInputList_10_f32_axis0/test.json')
-rw-r--r--operators/reduction/reduce_min/reduce_min_ERRORIF_WrongInputList_10_f32_axis0/test.json67
1 files changed, 36 insertions, 31 deletions
diff --git a/operators/reduction/reduce_min/reduce_min_ERRORIF_WrongInputList_10_f32_axis0/test.json b/operators/reduction/reduce_min/reduce_min_ERRORIF_WrongInputList_10_f32_axis0/test.json
index edbb68ea6..e17e9c3cb 100644
--- a/operators/reduction/reduce_min/reduce_min_ERRORIF_WrongInputList_10_f32_axis0/test.json
+++ b/operators/reduction/reduce_min/reduce_min_ERRORIF_WrongInputList_10_f32_axis0/test.json
@@ -5,46 +5,51 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "REDUCE_MIN",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_MIN",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0",
+ "eiDummyInput"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
inputs: [
- "input-0",
- "eiDummyInput"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 1
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]