aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:07 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:07 +0100
commit00dde3db31f3648d0a02a0b382c9e91c9dee9214 (patch)
treeb36ad2b1bacc2517a3496d9d065f98246f93b936 /operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32
parent3da6f63bef663a54bf216c2af8d72ef3920268b6 (diff)
downloadconformance_tests-00dde3db31f3648d0a02a0b382c9e91c9dee9214.tar.gz
Updating COMPARISON tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I07078c2e6eb75943973f7f13c1ce0a19d1ec5443
Diffstat (limited to 'operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32')
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/desc.json24
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/input-0.json17
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/input-1.json18
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/test.json56
4 files changed, 115 insertions, 0 deletions
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/desc.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/desc.json
new file mode 100644
index 000000000..9b2042e49
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/desc.json
@@ -0,0 +1,24 @@
+{
+ "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": 2,
+ "expected_failure": true,
+ "expected_failure_desc": "Input Dimensions do not match output",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/input-0.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/input-0.json
new file mode 100644
index 000000000..3f0848cd8
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/input-0.json
@@ -0,0 +1,17 @@
+{
+ "type": "int32",
+ "data": [
+ 575512356,
+ 1770997767,
+ 1975135932,
+ -1360314354,
+ -1194288318,
+ 322451866,
+ 1661154386,
+ -2123390339,
+ -1180262537,
+ -1475585343,
+ 1243693788,
+ -2859610
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/input-1.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/input-1.json
new file mode 100644
index 000000000..7c2f917c4
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/input-1.json
@@ -0,0 +1,18 @@
+{
+ "type": "int32",
+ "data": [
+ 921250196,
+ -1971554685,
+ -1579569226,
+ 183750111,
+ -344041851,
+ -1355775027,
+ -1027100462,
+ 972978590,
+ -2088477392,
+ 1581799901,
+ -1462571925,
+ 1110446582,
+ 557148599
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/test.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/test.json
new file mode 100644
index 000000000..4d54e5c30
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_12_i32/test.json
@@ -0,0 +1,56 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "GREATER_EQUAL",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 13
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}