From 81e1634bb20b64da3647bd4c7e60e7f10f422272 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 7 Feb 2023 15:13:08 +0000 Subject: Regen various ERRORIF tests for tosa_mi after adjustment NEGATE, TILE, REDUCE_MIN, REDUCE_MAX, RESIZE, SCATTER, GATHER Signed-off-by: Jeremy Johnson Change-Id: I02a2a6591f82cf6975abc610c059912c97405c51 --- .../test.json | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 operators/reduction/reduce_min/reduce_min_ERRORIF_ShapeOfAxisNotOne_1_f32_axis0/test.json (limited to 'operators/reduction/reduce_min/reduce_min_ERRORIF_ShapeOfAxisNotOne_1_f32_axis0/test.json') diff --git a/operators/reduction/reduce_min/reduce_min_ERRORIF_ShapeOfAxisNotOne_1_f32_axis0/test.json b/operators/reduction/reduce_min/reduce_min_ERRORIF_ShapeOfAxisNotOne_1_f32_axis0/test.json new file mode 100644 index 000000000..c700fa06b --- /dev/null +++ b/operators/reduction/reduce_min/reduce_min_ERRORIF_ShapeOfAxisNotOne_1_f32_axis0/test.json @@ -0,0 +1,55 @@ +{ + version: { + _major: 0, + _minor: 51, + _patch: 0, + _draft: true + }, + regions: [ + { + name: "main", + blocks: [ + { + name: "main", + operators: [ + { + op: "REDUCE_MIN", + attribute_type: "AxisAttribute", + attribute: { + axis: 0 + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 1 + ], + type: "FP32" + }, + { + name: "result-0", + shape: [ + 2 + ], + type: "FP32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] + } + ] +} -- cgit v1.2.1