aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32')
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/desc.json24
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/input-0.json57
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/input-1.json18
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/test.json58
4 files changed, 157 insertions, 0 deletions
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/desc.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/desc.json
new file mode 100644
index 000000000..338bd3ec2
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_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 Rank does not match output rank",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/input-0.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/input-0.json
new file mode 100644
index 000000000..65d8400ca
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/input-0.json
@@ -0,0 +1,57 @@
+{
+ "type": "int32",
+ "data": [
+ [
+ -992684638,
+ -1100939902
+ ],
+ [
+ 1462777665,
+ 1475700875
+ ],
+ [
+ 1520939748,
+ 590938968
+ ],
+ [
+ 241261867,
+ 640590292
+ ],
+ [
+ -400261355,
+ 731017415
+ ],
+ [
+ 1264621953,
+ 1129159868
+ ],
+ [
+ 488897542,
+ -1897909620
+ ],
+ [
+ 966150462,
+ -572912625
+ ],
+ [
+ 1046543060,
+ 169769041
+ ],
+ [
+ 1637180460,
+ -693824122
+ ],
+ [
+ 1852824073,
+ 1479525494
+ ],
+ [
+ -725389807,
+ -74850506
+ ],
+ [
+ 134638780,
+ 1153746711
+ ]
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/input-1.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/input-1.json
new file mode 100644
index 000000000..f8631f998
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/input-1.json
@@ -0,0 +1,18 @@
+{
+ "type": "int32",
+ "data": [
+ 812423910,
+ 1511895132,
+ -558913577,
+ 20579262,
+ -296933566,
+ 1759013493,
+ -837601986,
+ 374194475,
+ -1631373989,
+ 1504416658,
+ -497280102,
+ -684657320,
+ 356126729
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/test.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/test.json
new file mode 100644
index 000000000..952de2a01
--- /dev/null
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_RankMismatch_13x2_i32/test.json
@@ -0,0 +1,58 @@
+{
+ 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: [
+ 13,
+ 2
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 13
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 13,
+ 2
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}