aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/maximum/maximum_2x11x4x2x8_i32/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:42 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:42 +0100
commitf226201e1c831dec070ad30265459f512d009cd5 (patch)
treed3f2621842655ef1f77620effe81f032ef3e437a /operators/ew_binary/maximum/maximum_2x11x4x2x8_i32/test.json
parentffce4193dd78623d77ee3d13eb98613546549d6b (diff)
downloadconformance_tests-f226201e1c831dec070ad30265459f512d009cd5.tar.gz
Updating MAXIMUM tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I1e6b26ed63f266e684ac26c2cc8520ac1105da39
Diffstat (limited to 'operators/ew_binary/maximum/maximum_2x11x4x2x8_i32/test.json')
-rw-r--r--operators/ew_binary/maximum/maximum_2x11x4x2x8_i32/test.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/operators/ew_binary/maximum/maximum_2x11x4x2x8_i32/test.json b/operators/ew_binary/maximum/maximum_2x11x4x2x8_i32/test.json
new file mode 100644
index 000000000..41aa268cc
--- /dev/null
+++ b/operators/ew_binary/maximum/maximum_2x11x4x2x8_i32/test.json
@@ -0,0 +1,68 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "MAXIMUM",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 2,
+ 11,
+ 4,
+ 2,
+ 8
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 2,
+ 11,
+ 4,
+ 1,
+ 8
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 11,
+ 4,
+ 2,
+ 8
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}