aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/minimum/minimum_2x9x14x1x13_bf16/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-12-14 12:16:05 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-15 16:42:21 +0000
commite926477175d04742f000925b4780d97e0c919e86 (patch)
treeba29abe6262d8f302365da95f10c99a49b68b9f5 /operators/ew_binary/minimum/minimum_2x9x14x1x13_bf16/test.json
parent7125e9b2ef21580734f6ec654f6c47da6d870ebe (diff)
downloadconformance_tests-e926477175d04742f000925b4780d97e0c919e86.tar.gz
Create MI tests for EW Binary: MINIMUM, MAXIMUM
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I59cc5c683e270dcea7ced52fc1d037a553ff544f
Diffstat (limited to 'operators/ew_binary/minimum/minimum_2x9x14x1x13_bf16/test.json')
-rw-r--r--operators/ew_binary/minimum/minimum_2x9x14x1x13_bf16/test.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/operators/ew_binary/minimum/minimum_2x9x14x1x13_bf16/test.json b/operators/ew_binary/minimum/minimum_2x9x14x1x13_bf16/test.json
new file mode 100644
index 000000000..3d5b71671
--- /dev/null
+++ b/operators/ew_binary/minimum/minimum_2x9x14x1x13_bf16/test.json
@@ -0,0 +1,68 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "MINIMUM",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 2,
+ 9,
+ 14,
+ 1,
+ 13
+ ],
+ type: "BF16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 2,
+ 1,
+ 14,
+ 1,
+ 13
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 9,
+ 14,
+ 1,
+ 13
+ ],
+ type: "BF16"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}