aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater_equal/greater_equal_65552x1x1x1_bf16/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-01-18 15:53:26 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2023-01-18 15:53:26 +0000
commitde22a661323bcad18a67a318d9cda5ce9f2699a8 (patch)
tree1d5b057089d69195b425d33a118e12fafb68600d /operators/comparison/greater_equal/greater_equal_65552x1x1x1_bf16/test.json
parent7d3ec0e4ed28c02203816f8169a8d29465c4dcb9 (diff)
downloadconformance_tests-de22a661323bcad18a67a318d9cda5ce9f2699a8.tar.gz
Create MI tests for Comparison: EQUAL, GREATER, GREATER_EQUAL
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I1d7b1409f48ea1fb177f2956371a927c3904de54
Diffstat (limited to 'operators/comparison/greater_equal/greater_equal_65552x1x1x1_bf16/test.json')
-rw-r--r--operators/comparison/greater_equal/greater_equal_65552x1x1x1_bf16/test.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/operators/comparison/greater_equal/greater_equal_65552x1x1x1_bf16/test.json b/operators/comparison/greater_equal/greater_equal_65552x1x1x1_bf16/test.json
new file mode 100644
index 000000000..3bb7d79c2
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_65552x1x1x1_bf16/test.json
@@ -0,0 +1,70 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "GREATER_EQUAL",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 65552,
+ 1,
+ 1,
+ 1
+ ],
+ type: "BF16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 65552,
+ 1,
+ 1,
+ 4
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 65552,
+ 1,
+ 1,
+ 4
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}