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