aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_max/reduce_max_65530x1x1x1_i8_axis2
diff options
context:
space:
mode:
Diffstat (limited to 'operators/reduction/reduce_max/reduce_max_65530x1x1x1_i8_axis2')
-rw-r--r--operators/reduction/reduce_max/reduce_max_65530x1x1x1_i8_axis2/test.json75
1 files changed, 40 insertions, 35 deletions
diff --git a/operators/reduction/reduce_max/reduce_max_65530x1x1x1_i8_axis2/test.json b/operators/reduction/reduce_max/reduce_max_65530x1x1x1_i8_axis2/test.json
index b7ba0f5b3..510919924 100644
--- a/operators/reduction/reduce_max/reduce_max_65530x1x1x1_i8_axis2/test.json
+++ b/operators/reduction/reduce_max/reduce_max_65530x1x1x1_i8_axis2/test.json
@@ -5,16 +5,49 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "REDUCE_MAX",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 2
- },
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_MAX",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 2
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 65530,
+ 1,
+ 1,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 65530,
+ 1,
+ 1,
+ 1
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0"
],
@@ -22,34 +55,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 65530,
- 1,
- 1,
- 1
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 65530,
- 1,
- 1,
- 1
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]