aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_max/reduce_max_27x14x16x12_i8_axis1/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:05 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:05 +0100
commitd2f0a9657439fe7ad7c60208a9eacafdcb1af5be (patch)
tree67fdf1745bbe2b877f670434b8f06dde47864be5 /operators/reduction/reduce_max/reduce_max_27x14x16x12_i8_axis1/test.json
parent7a2e44d339d7dbd83f3d95dc4c5e1d8f3a308cb0 (diff)
downloadconformance_tests-d2f0a9657439fe7ad7c60208a9eacafdcb1af5be.tar.gz
Updating REDUCE_MAX tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ifad1bf01c9285e09596729029bd9cba05a6042a1
Diffstat (limited to 'operators/reduction/reduce_max/reduce_max_27x14x16x12_i8_axis1/test.json')
-rw-r--r--operators/reduction/reduce_max/reduce_max_27x14x16x12_i8_axis1/test.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/operators/reduction/reduce_max/reduce_max_27x14x16x12_i8_axis1/test.json b/operators/reduction/reduce_max/reduce_max_27x14x16x12_i8_axis1/test.json
new file mode 100644
index 000000000..407d258c5
--- /dev/null
+++ b/operators/reduction/reduce_max/reduce_max_27x14x16x12_i8_axis1/test.json
@@ -0,0 +1,56 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_MAX",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 1
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 27,
+ 14,
+ 16,
+ 12
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 27,
+ 1,
+ 16,
+ 12
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}