aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32')
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/desc.json24
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/input-0.json17
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/input-1.json6
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/test.json56
4 files changed, 103 insertions, 0 deletions
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/desc.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/desc.json
new file mode 100644
index 000000000..e7d7ed273
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_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": "Output data type not supported for this configuration of operator",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/input-0.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/input-0.json
new file mode 100644
index 000000000..cee5a005a
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/input-0.json
@@ -0,0 +1,17 @@
+{
+ "type": "int32",
+ "data": [
+ -402198096,
+ -224796257,
+ 541574024,
+ -1265483600,
+ -506912349,
+ -271666610,
+ -1739769545,
+ 442647689,
+ -1315147472,
+ -2134427890,
+ 519679503,
+ -858419832
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/input-1.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/input-1.json
new file mode 100644
index 000000000..f5155af23
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/input-1.json
@@ -0,0 +1,6 @@
+{
+ "type": "int32",
+ "data": [
+ 935568415
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/test.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_12_i32/test.json
new file mode 100644
index 000000000..8fd40fba8
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_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: [
+ 1
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}