aboutsummaryrefslogtreecommitdiff
path: root/operators/scatter_gather/scatter
diff options
context:
space:
mode:
Diffstat (limited to 'operators/scatter_gather/scatter')
-rw-r--r--operators/scatter_gather/scatter/scatter_1x1x65533_i8/desc.json4
-rw-r--r--operators/scatter_gather/scatter/scatter_1x50x43_i16/desc.json4
-rw-r--r--operators/scatter_gather/scatter/scatter_1x55x9_i32/desc.json4
-rw-r--r--operators/scatter_gather/scatter/scatter_1x65540x1_i8/desc.json4
-rw-r--r--operators/scatter_gather/scatter/scatter_3000x7x1_i8/desc.json4
-rw-r--r--operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputList_1x28x29_i8/desc.json6
-rw-r--r--operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputType_1x6x34_i48/desc.json6
-rw-r--r--operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/desc.json6
-rw-r--r--operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x24x12_i32/desc.json6
-rw-r--r--operators/scatter_gather/scatter/scatter_ERRORIF_WrongRank_1x12x30x9_i32/desc.json6
10 files changed, 45 insertions, 5 deletions
diff --git a/operators/scatter_gather/scatter/scatter_1x1x65533_i8/desc.json b/operators/scatter_gather/scatter/scatter_1x1x65533_i8/desc.json
index be172ba86..f4e89ce9d 100644
--- a/operators/scatter_gather/scatter/scatter_1x1x65533_i8/desc.json
+++ b/operators/scatter_gather/scatter/scatter_1x1x65533_i8/desc.json
@@ -18,5 +18,9 @@
"expected_failure": false,
"expected_result_file": [
"Conformance-result-0.npy"
+ ],
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
]
} \ No newline at end of file
diff --git a/operators/scatter_gather/scatter/scatter_1x50x43_i16/desc.json b/operators/scatter_gather/scatter/scatter_1x50x43_i16/desc.json
index be172ba86..f4e89ce9d 100644
--- a/operators/scatter_gather/scatter/scatter_1x50x43_i16/desc.json
+++ b/operators/scatter_gather/scatter/scatter_1x50x43_i16/desc.json
@@ -18,5 +18,9 @@
"expected_failure": false,
"expected_result_file": [
"Conformance-result-0.npy"
+ ],
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
]
} \ No newline at end of file
diff --git a/operators/scatter_gather/scatter/scatter_1x55x9_i32/desc.json b/operators/scatter_gather/scatter/scatter_1x55x9_i32/desc.json
index be172ba86..f4e89ce9d 100644
--- a/operators/scatter_gather/scatter/scatter_1x55x9_i32/desc.json
+++ b/operators/scatter_gather/scatter/scatter_1x55x9_i32/desc.json
@@ -18,5 +18,9 @@
"expected_failure": false,
"expected_result_file": [
"Conformance-result-0.npy"
+ ],
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
]
} \ No newline at end of file
diff --git a/operators/scatter_gather/scatter/scatter_1x65540x1_i8/desc.json b/operators/scatter_gather/scatter/scatter_1x65540x1_i8/desc.json
index be172ba86..f4e89ce9d 100644
--- a/operators/scatter_gather/scatter/scatter_1x65540x1_i8/desc.json
+++ b/operators/scatter_gather/scatter/scatter_1x65540x1_i8/desc.json
@@ -18,5 +18,9 @@
"expected_failure": false,
"expected_result_file": [
"Conformance-result-0.npy"
+ ],
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
]
} \ No newline at end of file
diff --git a/operators/scatter_gather/scatter/scatter_3000x7x1_i8/desc.json b/operators/scatter_gather/scatter/scatter_3000x7x1_i8/desc.json
index be172ba86..f4e89ce9d 100644
--- a/operators/scatter_gather/scatter/scatter_3000x7x1_i8/desc.json
+++ b/operators/scatter_gather/scatter/scatter_3000x7x1_i8/desc.json
@@ -18,5 +18,9 @@
"expected_failure": false,
"expected_result_file": [
"Conformance-result-0.npy"
+ ],
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
]
} \ No newline at end of file
diff --git a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputList_1x28x29_i8/desc.json b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputList_1x28x29_i8/desc.json
index 32d976811..a4740efbc 100644
--- a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputList_1x28x29_i8/desc.json
+++ b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputList_1x28x29_i8/desc.json
@@ -16,5 +16,9 @@
],
"expected_return_code": 2,
"expected_failure": true,
- "expected_failure_desc": "Op input list does not match expected input"
+ "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/scatter_gather/scatter/scatter_ERRORIF_WrongInputType_1x6x34_i48/desc.json b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputType_1x6x34_i48/desc.json
index 3a3a4eb23..33c84b150 100644
--- a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputType_1x6x34_i48/desc.json
+++ b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongInputType_1x6x34_i48/desc.json
@@ -16,5 +16,9 @@
],
"expected_return_code": 2,
"expected_failure": true,
- "expected_failure_desc": "Input data type not supported for this operator"
+ "expected_failure_desc": "Input data type not supported for this operator",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
} \ No newline at end of file
diff --git a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/desc.json b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/desc.json
index 67ab4225d..dc8dfba88 100644
--- a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/desc.json
+++ b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/desc.json
@@ -16,5 +16,9 @@
],
"expected_return_code": 2,
"expected_failure": true,
- "expected_failure_desc": "Op output list does not match expected output"
+ "expected_failure_desc": "Op output list does not match expected output",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
} \ No newline at end of file
diff --git a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x24x12_i32/desc.json b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x24x12_i32/desc.json
index e91fa79e6..e7d7ed273 100644
--- a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x24x12_i32/desc.json
+++ b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x24x12_i32/desc.json
@@ -16,5 +16,9 @@
],
"expected_return_code": 2,
"expected_failure": true,
- "expected_failure_desc": "Output data type not supported for this configuration of operator"
+ "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/scatter_gather/scatter/scatter_ERRORIF_WrongRank_1x12x30x9_i32/desc.json b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongRank_1x12x30x9_i32/desc.json
index bbbe71b2e..cddd4ce3c 100644
--- a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongRank_1x12x30x9_i32/desc.json
+++ b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongRank_1x12x30x9_i32/desc.json
@@ -16,5 +16,9 @@
],
"expected_return_code": 2,
"expected_failure": true,
- "expected_failure_desc": "Rank not supported for this operator"
+ "expected_failure_desc": "Rank not supported for this operator",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
} \ No newline at end of file