aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputList_11x4_i8_axis0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputList_11x4_i8_axis0')
-rw-r--r--operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputList_11x4_i8_axis0/test.json69
1 files changed, 37 insertions, 32 deletions
diff --git a/operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputList_11x4_i8_axis0/test.json b/operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputList_11x4_i8_axis0/test.json
index da69c3a96..086b272d0 100644
--- a/operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputList_11x4_i8_axis0/test.json
+++ b/operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputList_11x4_i8_axis0/test.json
@@ -5,47 +5,52 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "REDUCE_MAX",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_MAX",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 4
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 4
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0"
],
outputs: [
-
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 4
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 4
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]