aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongInputList_11x5x12x9_i32_axis0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongInputList_11x5x12x9_i32_axis0')
-rw-r--r--operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongInputList_11x5x12x9_i32_axis0/test.json79
1 files changed, 42 insertions, 37 deletions
diff --git a/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongInputList_11x5x12x9_i32_axis0/test.json b/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongInputList_11x5x12x9_i32_axis0/test.json
index ed265e450..5b1cabd71 100644
--- a/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongInputList_11x5x12x9_i32_axis0/test.json
+++ b/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongInputList_11x5x12x9_i32_axis0/test.json
@@ -5,52 +5,57 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "REDUCE_SUM",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0",
+ "eiDummyInput"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 5,
+ 12,
+ 9
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 5,
+ 12,
+ 9
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
- "input-0",
- "eiDummyInput"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 5,
- 12,
- 9
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 5,
- 12,
- 9
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]