aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8')
-rw-r--r--operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/desc.json22
-rw-r--r--operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/input-0.json16
-rw-r--r--operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/test.json47
3 files changed, 0 insertions, 85 deletions
diff --git a/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/desc.json b/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/desc.json
deleted file mode 100644
index 199bfa93c..000000000
--- a/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/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": "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/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/input-0.json b/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/input-0.json
deleted file mode 100644
index 40e3c2e8c..000000000
--- a/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/input-0.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "type": "int32",
- "data": [
- -116,
- -80,
- 63,
- -42,
- 29,
- -101,
- -59,
- 20,
- -30,
- -8,
- 32
- ]
-} \ No newline at end of file
diff --git a/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/test.json b/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/test.json
deleted file mode 100644
index 09f8edb77..000000000
--- a/operators/ew_unary/bitwise_not/bitwise_not_ERRORIF_WrongOutputType_11_i8/test.json
+++ /dev/null
@@ -1,47 +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"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 11
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}