aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_any/reduce_any_2x65538x1x1_b_axis3/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:03 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:03 +0100
commit7a2e44d339d7dbd83f3d95dc4c5e1d8f3a308cb0 (patch)
tree09f31de2476c028c3147b4e53c27721638d98819 /operators/reduction/reduce_any/reduce_any_2x65538x1x1_b_axis3/test.json
parent3d57f88f6b911b11b007245638cd77f9f539bcc9 (diff)
downloadconformance_tests-7a2e44d339d7dbd83f3d95dc4c5e1d8f3a308cb0.tar.gz
Updating REDUCE_ANY tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I4dff8a3bdbc5fbef97f93471b7bafa09d01e6cb8
Diffstat (limited to 'operators/reduction/reduce_any/reduce_any_2x65538x1x1_b_axis3/test.json')
-rw-r--r--operators/reduction/reduce_any/reduce_any_2x65538x1x1_b_axis3/test.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/operators/reduction/reduce_any/reduce_any_2x65538x1x1_b_axis3/test.json b/operators/reduction/reduce_any/reduce_any_2x65538x1x1_b_axis3/test.json
new file mode 100644
index 000000000..285a1b705
--- /dev/null
+++ b/operators/reduction/reduce_any/reduce_any_2x65538x1x1_b_axis3/test.json
@@ -0,0 +1,56 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_ANY",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 3
+ },
+ 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"
+ ]
+ }
+ ]
+}