aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32')
-rw-r--r--operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/desc.json24
-rw-r--r--operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/input-0.json43
-rw-r--r--operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/input-1.json6
-rw-r--r--operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/test.json55
4 files changed, 0 insertions, 128 deletions
diff --git a/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/desc.json b/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/desc.json
deleted file mode 100644
index a4740efbc..000000000
--- a/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/desc.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "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": "Op input list does not match expected input",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/input-0.json b/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/input-0.json
deleted file mode 100644
index 99922a52c..000000000
--- a/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/input-0.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "type": "int32",
- "data": [
- -1812462805,
- 1712840884,
- 824040973,
- -1595949004,
- -48893691,
- -1805376622,
- -497134853,
- 1665837711,
- -1515735773,
- 842908033,
- -1897041,
- 1811957868,
- -1559702098,
- -104061865,
- 1203012508,
- 969706579,
- -1944098993,
- 356786061,
- -822638603,
- 545250953,
- -265000945,
- -1350846983,
- 734927933,
- 321028652,
- 1313302757,
- -1408105352,
- -155120733,
- -186940663,
- 2095480238,
- -87106507,
- 491858711,
- -2145502744,
- -1823475361,
- -827941287,
- -1777529144,
- -1043648404,
- 1034578634,
- -932938204
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/input-1.json b/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/input-1.json
deleted file mode 100644
index c486a4ed3..000000000
--- a/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/input-1.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "int32",
- "data": [
- -968970022
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/test.json b/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/test.json
deleted file mode 100644
index cb61d9f78..000000000
--- a/operators/comparison/greater/greater_ERRORIF_WrongInputList_38_i32/test.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "GREATER",
- attribute_type: "NONE",
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 38
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 38
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}