From 7a2e44d339d7dbd83f3d95dc4c5e1d8f3a308cb0 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:07:03 +0100 Subject: Updating REDUCE_ANY tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I4dff8a3bdbc5fbef97f93471b7bafa09d01e6cb8 --- .../desc.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 operators/reduction/reduce_any/reduce_any_ERRORIF_ShapeOfAxisNotOne_15x6x32_b_axis0/desc.json (limited to 'operators/reduction/reduce_any/reduce_any_ERRORIF_ShapeOfAxisNotOne_15x6x32_b_axis0/desc.json') diff --git a/operators/reduction/reduce_any/reduce_any_ERRORIF_ShapeOfAxisNotOne_15x6x32_b_axis0/desc.json b/operators/reduction/reduce_any/reduce_any_ERRORIF_ShapeOfAxisNotOne_15x6x32_b_axis0/desc.json new file mode 100644 index 000000000..0d8c027cd --- /dev/null +++ b/operators/reduction/reduce_any/reduce_any_ERRORIF_ShapeOfAxisNotOne_15x6x32_b_axis0/desc.json @@ -0,0 +1,18 @@ +{ + "tosa_file": "test.json", + "ifm_name": [ + "input-0" + ], + "ifm_file": [ + "input-0.npy" + ], + "ofm_name": [ + "result-0" + ], + "ofm_file": [ + "result-0.npy" + ], + "expected_return_code": 2, + "expected_failure": true, + "expected_failure_desc": "shape[axis] is not equal to 1" +} \ No newline at end of file -- cgit v1.2.1