From 00d05b3831fa305a377fda5ad6d81c53964a4d13 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:29 +0100 Subject: Updating REDUCTION tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Ifc85983119c6b49776f243aa9e7499af1f81413e --- .../test.json | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 operators/reduction/reduce_sum/reduce_sum_ERRORIF_ShapeOfAxisNotOne_14x1x13x13_i32_axis0/test.json (limited to 'operators/reduction/reduce_sum/reduce_sum_ERRORIF_ShapeOfAxisNotOne_14x1x13x13_i32_axis0/test.json') diff --git a/operators/reduction/reduce_sum/reduce_sum_ERRORIF_ShapeOfAxisNotOne_14x1x13x13_i32_axis0/test.json b/operators/reduction/reduce_sum/reduce_sum_ERRORIF_ShapeOfAxisNotOne_14x1x13x13_i32_axis0/test.json new file mode 100644 index 000000000..b9cba7484 --- /dev/null +++ b/operators/reduction/reduce_sum/reduce_sum_ERRORIF_ShapeOfAxisNotOne_14x1x13x13_i32_axis0/test.json @@ -0,0 +1,56 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "REDUCE_SUM", + attribute_type: "AxisAttribute", + attribute: { + axis: 0 + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 14, + 1, + 13, + 13 + ], + type: "INT32" + }, + { + name: "result-0", + shape: [ + 14, + 1, + 13, + 13 + ], + type: "INT32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1