aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_all/reduce_all_24x21_b_axis1/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/reduction/reduce_all/reduce_all_24x21_b_axis1/test.json')
-rw-r--r--operators/reduction/reduce_all/reduce_all_24x21_b_axis1/test.json67
1 files changed, 36 insertions, 31 deletions
diff --git a/operators/reduction/reduce_all/reduce_all_24x21_b_axis1/test.json b/operators/reduction/reduce_all/reduce_all_24x21_b_axis1/test.json
index 4bff5a3ff..c3d6db5e7 100644
--- a/operators/reduction/reduce_all/reduce_all_24x21_b_axis1/test.json
+++ b/operators/reduction/reduce_all/reduce_all_24x21_b_axis1/test.json
@@ -5,16 +5,45 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "REDUCE_ALL",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 1
- },
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_ALL",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 1
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 24,
+ 21
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 24,
+ 1
+ ],
+ type: "BOOL"
+ }
+ ],
inputs: [
"input-0"
],
@@ -22,30 +51,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 24,
- 21
- ],
- type: "BOOL"
- },
- {
- name: "result-0",
- shape: [
- 24,
- 1
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]