aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32')
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/desc.json24
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/input-0.json43
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/input-1.json6
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/test.json57
4 files changed, 0 insertions, 130 deletions
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/desc.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/desc.json
deleted file mode 100644
index a4740efbc..000000000
--- a/operators/comparison/greater_equal/greater_equal_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_equal/greater_equal_ERRORIF_WrongInputList_38_i32/input-0.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/input-0.json
deleted file mode 100644
index b6d42e0de..000000000
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/input-0.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "type": "int32",
- "data": [
- 1868046992,
- -609819958,
- -457415050,
- 1948717854,
- 1204718310,
- -794450263,
- -1193331723,
- 1310255045,
- -2088037699,
- -2021937255,
- 2128944889,
- 1485260655,
- 57416981,
- -247821552,
- -1133583853,
- 1628479576,
- 1913138576,
- -1201994948,
- -514067743,
- 2102804919,
- 13272798,
- -280212449,
- 1465403689,
- 1050966197,
- -942309863,
- -1345352974,
- 182323987,
- 262935745,
- 208739984,
- -1819506929,
- 493599798,
- 1473994106,
- 131113605,
- -1687503350,
- -1623513404,
- 588772378,
- 624268289,
- 947637437
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/input-1.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/input-1.json
deleted file mode 100644
index 844a6fcf9..000000000
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/input-1.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "int32",
- "data": [
- 610941515
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/test.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/test.json
deleted file mode 100644
index fbdcf6453..000000000
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongInputList_38_i32/test.json
+++ /dev/null
@@ -1,57 +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",
- "eiDummyInput"
- ],
- 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"
- ]
- }
- ]
-}