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 --- .../reduce_any_14x14x27_b_axis0/test.json | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 operators/reduction/reduce_any/reduce_any_14x14x27_b_axis0/test.json (limited to 'operators/reduction/reduce_any/reduce_any_14x14x27_b_axis0/test.json') diff --git a/operators/reduction/reduce_any/reduce_any_14x14x27_b_axis0/test.json b/operators/reduction/reduce_any/reduce_any_14x14x27_b_axis0/test.json new file mode 100644 index 000000000..f04ba7174 --- /dev/null +++ b/operators/reduction/reduce_any/reduce_any_14x14x27_b_axis0/test.json @@ -0,0 +1,54 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "REDUCE_ANY", + attribute_type: "AxisAttribute", + attribute: { + axis: 0 + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 14, + 14, + 27 + ], + type: "BOOL" + }, + { + name: "result-0", + shape: [ + 1, + 14, + 27 + ], + type: "BOOL" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1