aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32')
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/desc.json24
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/input-0.json21
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/input-1.json22
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/test.json56
4 files changed, 0 insertions, 123 deletions
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/desc.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/desc.json
deleted file mode 100644
index 9b2042e49..000000000
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_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": "Input Dimensions do not match output",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/input-0.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/input-0.json
deleted file mode 100644
index 2819aa420..000000000
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/input-0.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "type": "int32",
- "data": [
- 1970051135,
- -1403882270,
- 1564837559,
- -677458498,
- 584937987,
- 525186745,
- 1767913286,
- 1299777077,
- -234680725,
- 2086958779,
- -839790210,
- -224293703,
- -1062573747,
- 2122743712,
- -503356496,
- -1216148218
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/input-1.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/input-1.json
deleted file mode 100644
index b1547b00c..000000000
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/input-1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "type": "int32",
- "data": [
- 1835284136,
- -91463874,
- -1675199335,
- 691786456,
- 1204239682,
- 1476441646,
- -306342361,
- -1948939333,
- -1556962952,
- -891495047,
- -928917403,
- -1389547163,
- 171339308,
- 764870704,
- 1522909748,
- 2096223669,
- -202019302
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/test.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_i32/test.json
deleted file mode 100644
index b5c13c0f1..000000000
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_DimensionMismatch_16_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: [
- 16
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 17
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 16
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}