aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16')
-rw-r--r--operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/desc.json22
-rw-r--r--operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/input-0.json18
-rw-r--r--operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/test.json48
3 files changed, 0 insertions, 88 deletions
diff --git a/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/desc.json b/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/desc.json
deleted file mode 100644
index 2b74f86d0..000000000
--- a/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/desc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "tosa_file": "test.json",
- "ifm_name": [
- "input-0"
- ],
- "ifm_file": [
- "input-0.npy"
- ],
- "ofm_name": [
- "result-0"
- ],
- "ofm_file": [
- "result-0.npy"
- ],
- "expected_return_code": 2,
- "expected_failure": true,
- "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/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/input-0.json b/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/input-0.json
deleted file mode 100644
index ec1959679..000000000
--- a/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/input-0.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "type": "int32",
- "data": [
- 1663,
- -2767,
- 27513,
- -4447,
- -1297,
- 11897,
- -1587,
- -4528,
- -25263,
- -10170,
- 22869,
- 28535,
- -19660
- ]
-} \ No newline at end of file
diff --git a/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/test.json b/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/test.json
deleted file mode 100644
index a6ff703ae..000000000
--- a/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputList_13_i16/test.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "BITWISE_NOT",
- attribute_type: "NONE",
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0",
- "eiDummyOutput"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 13
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 13
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}