aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32')
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/desc.json24
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/input-0.json23
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/input-1.json6
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/test.json56
4 files changed, 0 insertions, 109 deletions
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/desc.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/desc.json
deleted file mode 100644
index e7d7ed273..000000000
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_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": "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_18_i32/input-0.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/input-0.json
deleted file mode 100644
index 81f8fb20d..000000000
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/input-0.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "type": "int32",
- "data": [
- -2119215420,
- -1326785034,
- 1066510845,
- 1767712561,
- 444690404,
- 426501851,
- -25772395,
- 321245217,
- -1620698621,
- -54399614,
- 863966485,
- 1700055378,
- 1055623529,
- 1358085416,
- -727772512,
- -784604373,
- 1932186648,
- 1394873393
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/input-1.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/input-1.json
deleted file mode 100644
index d55ccf1ac..000000000
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/input-1.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "int32",
- "data": [
- -162172736
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/test.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/test.json
deleted file mode 100644
index 6c122243f..000000000
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputType_18_i32/test.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- 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: [
- 18
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 18
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}