aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_max/reduce_max_13x26x17x14_f32_axis3/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-12-14 12:22:49 +0000
committerJames Ward <james.ward@arm.com>2022-12-14 12:22:49 +0000
commit9438531ceffbf9f8c6c123b93ec81656f6685fef (patch)
tree14d6795076d0205339a1c06300d31f158cc744da /operators/reduction/reduce_max/reduce_max_13x26x17x14_f32_axis3/test.json
parent4abeb4f0514409aec7e23cb5495dcc68417fc7ad (diff)
downloadconformance_tests-9438531ceffbf9f8c6c123b93ec81656f6685fef.tar.gz
Create MI tests for Reduction: REDUCE_MIN, REDUCE_MAX
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I203c8f2fdfe10342a4b6bf6572b643b7c7eda1e2
Diffstat (limited to 'operators/reduction/reduce_max/reduce_max_13x26x17x14_f32_axis3/test.json')
-rw-r--r--operators/reduction/reduce_max/reduce_max_13x26x17x14_f32_axis3/test.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/operators/reduction/reduce_max/reduce_max_13x26x17x14_f32_axis3/test.json b/operators/reduction/reduce_max/reduce_max_13x26x17x14_f32_axis3/test.json
new file mode 100644
index 000000000..a4505308a
--- /dev/null
+++ b/operators/reduction/reduce_max/reduce_max_13x26x17x14_f32_axis3/test.json
@@ -0,0 +1,56 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_MAX",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 3
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 13,
+ 26,
+ 17,
+ 14
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 13,
+ 26,
+ 17,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}