From 3d57f88f6b911b11b007245638cd77f9f539bcc9 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:07:02 +0100 Subject: Updating REDUCE_ALL tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I6acae86c253d7498fe4a0cfb2f7bf2a5ee9c4ad9 --- .../reduce_all_2x65538x1x1_b_axis2/test.json | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 operators/reduction/reduce_all/reduce_all_2x65538x1x1_b_axis2/test.json (limited to 'operators/reduction/reduce_all/reduce_all_2x65538x1x1_b_axis2/test.json') diff --git a/operators/reduction/reduce_all/reduce_all_2x65538x1x1_b_axis2/test.json b/operators/reduction/reduce_all/reduce_all_2x65538x1x1_b_axis2/test.json new file mode 100644 index 000000000..3ffbb75ae --- /dev/null +++ b/operators/reduction/reduce_all/reduce_all_2x65538x1x1_b_axis2/test.json @@ -0,0 +1,56 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "REDUCE_ALL", + attribute_type: "AxisAttribute", + attribute: { + axis: 2 + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 2, + 65538, + 1, + 1 + ], + type: "BOOL" + }, + { + name: "result-0", + shape: [ + 2, + 65538, + 1, + 1 + ], + type: "BOOL" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1