aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32')
-rw-r--r--operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/desc.json24
-rw-r--r--operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/input-0.json57
-rw-r--r--operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/input-1.json18
-rw-r--r--operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/test.json58
4 files changed, 157 insertions, 0 deletions
diff --git a/operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/desc.json b/operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/desc.json
new file mode 100644
index 000000000..338bd3ec2
--- /dev/null
+++ b/operators/comparison/greater/greater_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/greater_ERRORIF_RankMismatch_13x2_i32/input-0.json b/operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/input-0.json
new file mode 100644
index 000000000..d66dea935
--- /dev/null
+++ b/operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/input-0.json
@@ -0,0 +1,57 @@
+{
+ "type": "int32",
+ "data": [
+ [
+ -2075788650,
+ 786943757
+ ],
+ [
+ -1376348021,
+ -923105226
+ ],
+ [
+ 1791388853,
+ 1569196582
+ ],
+ [
+ -1654637822,
+ 536442914
+ ],
+ [
+ 1062330030,
+ 1934685264
+ ],
+ [
+ -1112918762,
+ -747530056
+ ],
+ [
+ -1129999729,
+ 163352947
+ ],
+ [
+ 443210280,
+ -1326948788
+ ],
+ [
+ -2050068496,
+ -1563865301
+ ],
+ [
+ -1251152238,
+ 366616835
+ ],
+ [
+ -1286861805,
+ 1303165001
+ ],
+ [
+ 610827710,
+ -1289372825
+ ],
+ [
+ 2106752591,
+ 871519690
+ ]
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/input-1.json b/operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/input-1.json
new file mode 100644
index 000000000..c190deaed
--- /dev/null
+++ b/operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/input-1.json
@@ -0,0 +1,18 @@
+{
+ "type": "int32",
+ "data": [
+ 1589203811,
+ 736822676,
+ 688327940,
+ -74952200,
+ 670291882,
+ 1146377241,
+ 2088722481,
+ 403325113,
+ 1089761968,
+ 1917702426,
+ 474282868,
+ 1132606907,
+ -1336282148
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/test.json b/operators/comparison/greater/greater_ERRORIF_RankMismatch_13x2_i32/test.json
new file mode 100644
index 000000000..670de43ec
--- /dev/null
+++ b/operators/comparison/greater/greater_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",
+ 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"
+ ]
+ }
+ ]
+}