aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_min/reduce_min_25x16x4_f32_axis1/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/reduction/reduce_min/reduce_min_25x16x4_f32_axis1/test.json')
-rw-r--r--operators/reduction/reduce_min/reduce_min_25x16x4_f32_axis1/test.json71
1 files changed, 38 insertions, 33 deletions
diff --git a/operators/reduction/reduce_min/reduce_min_25x16x4_f32_axis1/test.json b/operators/reduction/reduce_min/reduce_min_25x16x4_f32_axis1/test.json
index 638d4caf3..e79dd6f8d 100644
--- a/operators/reduction/reduce_min/reduce_min_25x16x4_f32_axis1/test.json
+++ b/operators/reduction/reduce_min/reduce_min_25x16x4_f32_axis1/test.json
@@ -5,16 +5,47 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "REDUCE_MIN",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 1
- },
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_MIN",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 1
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 25,
+ 16,
+ 4
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 25,
+ 1,
+ 4
+ ],
+ type: "FP32"
+ }
+ ],
inputs: [
"input-0"
],
@@ -22,32 +53,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 25,
- 16,
- 4
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 25,
- 1,
- 4
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]