aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_sum/reduce_sum_15x30x20x16_f32_axis3/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/reduction/reduce_sum/reduce_sum_15x30x20x16_f32_axis3/test.json')
-rw-r--r--operators/reduction/reduce_sum/reduce_sum_15x30x20x16_f32_axis3/test.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/operators/reduction/reduce_sum/reduce_sum_15x30x20x16_f32_axis3/test.json b/operators/reduction/reduce_sum/reduce_sum_15x30x20x16_f32_axis3/test.json
new file mode 100644
index 000000000..229e29a39
--- /dev/null
+++ b/operators/reduction/reduce_sum/reduce_sum_15x30x20x16_f32_axis3/test.json
@@ -0,0 +1,61 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 3
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 15,
+ 30,
+ 20,
+ 16
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 15,
+ 30,
+ 20,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}