aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32')
-rw-r--r--operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/desc.json24
-rw-r--r--operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/input-0.json21
-rw-r--r--operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/input-1.json22
-rw-r--r--operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/test.json56
4 files changed, 0 insertions, 123 deletions
diff --git a/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/desc.json b/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/desc.json
deleted file mode 100644
index 9b2042e49..000000000
--- a/operators/comparison/greater/greater_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/greater_ERRORIF_DimensionMismatch_16_i32/input-0.json b/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/input-0.json
deleted file mode 100644
index 39716f2e7..000000000
--- a/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/input-0.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "type": "int32",
- "data": [
- 1394975914,
- -875725252,
- -1108248576,
- -1742270991,
- 160029877,
- -1014549250,
- 964445420,
- -755328951,
- -2029662927,
- 1559573764,
- 2118472305,
- 1852692560,
- 1543691271,
- 1398577151,
- -842848396,
- -190819320
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/input-1.json b/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/input-1.json
deleted file mode 100644
index 79e5f7a6e..000000000
--- a/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/input-1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "type": "int32",
- "data": [
- -1454288039,
- 561288830,
- -806622840,
- 1229470257,
- 34767721,
- -1193746540,
- 569924802,
- 1580177608,
- -246034556,
- -817575115,
- 2015482793,
- -262481756,
- -1256298540,
- 188381244,
- -1067192296,
- 1295848446,
- -1726373940
- ]
-} \ No newline at end of file
diff --git a/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/test.json b/operators/comparison/greater/greater_ERRORIF_DimensionMismatch_16_i32/test.json
deleted file mode 100644
index 655346a59..000000000
--- a/operators/comparison/greater/greater_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",
- 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"
- ]
- }
- ]
-}