aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/maximum/maximum_36_bf16
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/maximum/maximum_36_bf16
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/maximum/maximum_36_bf16')
-rw-r--r--operators/ew_binary/maximum/maximum_36_bf16/Conformance-result-0.json41
-rw-r--r--operators/ew_binary/maximum/maximum_36_bf16/desc.json25
-rw-r--r--operators/ew_binary/maximum/maximum_36_bf16/input-0.json41
-rw-r--r--operators/ew_binary/maximum/maximum_36_bf16/input-1.json6
-rw-r--r--operators/ew_binary/maximum/maximum_36_bf16/test.json56
5 files changed, 169 insertions, 0 deletions
diff --git a/operators/ew_binary/maximum/maximum_36_bf16/Conformance-result-0.json b/operators/ew_binary/maximum/maximum_36_bf16/Conformance-result-0.json
new file mode 100644
index 000000000..04ad59cc4
--- /dev/null
+++ b/operators/ew_binary/maximum/maximum_36_bf16/Conformance-result-0.json
@@ -0,0 +1,41 @@
+{
+ "type": "float32",
+ "data": [
+ 0.88671875,
+ -0.15234375,
+ -1.3515625,
+ 0.004150390625,
+ -1.390625,
+ 0.78515625,
+ -0.21484375,
+ -0.474609375,
+ -0.79296875,
+ 0.51953125,
+ -0.55078125,
+ -1.6484375,
+ -1.5234375,
+ 1.84375,
+ 1.6328125,
+ 0.796875,
+ -0.93359375,
+ 1.875,
+ 1.109375,
+ 0.8671875,
+ -0.2021484375,
+ -0.91015625,
+ -1.609375,
+ 1.609375,
+ -0.1767578125,
+ -1.1875,
+ -0.7734375,
+ 0.31640625,
+ -1.2890625,
+ 1.421875,
+ 1.03125,
+ 0.875,
+ -0.271484375,
+ 0.5078125,
+ 0.3359375,
+ 0.59765625
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/maximum/maximum_36_bf16/desc.json b/operators/ew_binary/maximum/maximum_36_bf16/desc.json
new file mode 100644
index 000000000..5ee7961df
--- /dev/null
+++ b/operators/ew_binary/maximum/maximum_36_bf16/desc.json
@@ -0,0 +1,25 @@
+{
+ "tosa_file": "test.json",
+ "ifm_name": [
+ "input-0",
+ "input-1"
+ ],
+ "ifm_file": [
+ "input-0.npy",
+ "input-1.npy"
+ ],
+ "ofm_name": [
+ "result-0"
+ ],
+ "ofm_file": [
+ "result-0.npy"
+ ],
+ "expected_return_code": 0,
+ "expected_failure": false,
+ "expected_result_file": [
+ "Conformance-result-0.npy"
+ ],
+ "profile": [
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/maximum/maximum_36_bf16/input-0.json b/operators/ew_binary/maximum/maximum_36_bf16/input-0.json
new file mode 100644
index 000000000..04ad59cc4
--- /dev/null
+++ b/operators/ew_binary/maximum/maximum_36_bf16/input-0.json
@@ -0,0 +1,41 @@
+{
+ "type": "float32",
+ "data": [
+ 0.88671875,
+ -0.15234375,
+ -1.3515625,
+ 0.004150390625,
+ -1.390625,
+ 0.78515625,
+ -0.21484375,
+ -0.474609375,
+ -0.79296875,
+ 0.51953125,
+ -0.55078125,
+ -1.6484375,
+ -1.5234375,
+ 1.84375,
+ 1.6328125,
+ 0.796875,
+ -0.93359375,
+ 1.875,
+ 1.109375,
+ 0.8671875,
+ -0.2021484375,
+ -0.91015625,
+ -1.609375,
+ 1.609375,
+ -0.1767578125,
+ -1.1875,
+ -0.7734375,
+ 0.31640625,
+ -1.2890625,
+ 1.421875,
+ 1.03125,
+ 0.875,
+ -0.271484375,
+ 0.5078125,
+ 0.3359375,
+ 0.59765625
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/maximum/maximum_36_bf16/input-1.json b/operators/ew_binary/maximum/maximum_36_bf16/input-1.json
new file mode 100644
index 000000000..b5b31d967
--- /dev/null
+++ b/operators/ew_binary/maximum/maximum_36_bf16/input-1.json
@@ -0,0 +1,6 @@
+{
+ "type": "float32",
+ "data": [
+ -1.65625
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_binary/maximum/maximum_36_bf16/test.json b/operators/ew_binary/maximum/maximum_36_bf16/test.json
new file mode 100644
index 000000000..deb60e891
--- /dev/null
+++ b/operators/ew_binary/maximum/maximum_36_bf16/test.json
@@ -0,0 +1,56 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "MAXIMUM",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 36
+ ],
+ type: "BF16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 36
+ ],
+ type: "BF16"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}