aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32')
-rw-r--r--operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/desc.json24
-rw-r--r--operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/input-0.json17
-rw-r--r--operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/input-1.json18
-rw-r--r--operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/test.json56
4 files changed, 115 insertions, 0 deletions
diff --git a/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/desc.json b/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/desc.json
new file mode 100644
index 000000000..9b2042e49
--- /dev/null
+++ b/operators/comparison/greater/greater_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/greater_ERRORIF_DimensionMismatch_12_i32/input-0.json b/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/input-0.json
new file mode 100644
index 000000000..ff888cf83
--- /dev/null
+++ b/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/input-0.json
@@ -0,0 +1,17 @@
+{
+ "type": "int32",
+ "data": [
+ 585684670,
+ -1146479823,
+ 1631542617,
+ -301295986,
+ -1792663734,
+ -1938911482,
+ 489455605,
+ 913832633,
+ -1183211447,
+ -1327945770,
+ -601106286,
+ 231977353
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/input-1.json b/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/input-1.json
new file mode 100644
index 000000000..5ae1101e6
--- /dev/null
+++ b/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/input-1.json
@@ -0,0 +1,18 @@
+{
+ "type": "int32",
+ "data": [
+ -2104592672,
+ 20033526,
+ -1751082856,
+ -392270554,
+ -387649323,
+ -1938441536,
+ -1996875874,
+ 455519719,
+ -614447590,
+ 49488271,
+ -1361267551,
+ -1107164327,
+ -772645074
+ ]
+} \ No newline at end of file
diff --git a/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/test.json b/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_12_i32/test.json
new file mode 100644
index 000000000..fa1bdb5c3
--- /dev/null
+++ b/operators/comparison/greater/greater_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",
+ 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"
+ ]
+ }
+ ]
+}