aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16')
-rw-r--r--operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/desc.json24
-rw-r--r--operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/input-0.json50
-rw-r--r--operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/input-1.json14
-rw-r--r--operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/test.json59
4 files changed, 0 insertions, 147 deletions
diff --git a/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/desc.json b/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/desc.json
deleted file mode 100644
index 33c84b150..000000000
--- a/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/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 data type not supported for this operator",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/input-0.json b/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/input-0.json
deleted file mode 100644
index 4196caae4..000000000
--- a/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/input-0.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "type": "float16",
- "data": [
- [
- 0.471923828125,
- 0.583984375,
- 0.69140625,
- 0.0262298583984375,
- 0.423583984375,
- 0.2247314453125,
- 0.364501953125,
- 0.7490234375,
- 0.36328125,
- 0.7392578125,
- 0.9716796875,
- 0.92333984375,
- 0.82763671875
- ],
- [
- 0.85302734375,
- 0.39404296875,
- 0.7314453125,
- 0.6669921875,
- 0.98291015625,
- 0.57470703125,
- 0.4296875,
- 0.83740234375,
- 0.74951171875,
- 0.1248779296875,
- 0.59619140625,
- 0.59228515625,
- 0.6318359375
- ],
- [
- 0.94140625,
- 0.60205078125,
- 0.8701171875,
- 0.3583984375,
- 0.057373046875,
- 0.375244140625,
- 0.53271484375,
- 0.83349609375,
- 0.6318359375,
- 0.442138671875,
- 0.4619140625,
- 0.99658203125,
- 0.141357421875
- ]
- ]
-} \ No newline at end of file
diff --git a/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/input-1.json b/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/input-1.json
deleted file mode 100644
index 897ed79e2..000000000
--- a/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/input-1.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "float16",
- "data": [
- [
- 0.20556640625
- ],
- [
- 0.62548828125
- ],
- [
- 0.701171875
- ]
- ]
-} \ No newline at end of file
diff --git a/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/test.json b/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/test.json
deleted file mode 100644
index 748a7a983..000000000
--- a/operators/ew_binary/bitwise_and/bitwise_and_ERRORIF_WrongInputType_3x13_f16/test.json
+++ /dev/null
@@ -1,59 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "BITWISE_AND",
- attribute_type: "NONE",
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 3,
- 13
- ],
- type: "FP16"
- },
- {
- name: "input-1",
- shape: [
- 3,
- 1
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 3,
- 13
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}