aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b')
-rw-r--r--operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/desc.json22
-rw-r--r--operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/input-0.json20
-rw-r--r--operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/test.json48
3 files changed, 90 insertions, 0 deletions
diff --git a/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/desc.json b/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/desc.json
new file mode 100644
index 000000000..bf7c1974a
--- /dev/null
+++ b/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/desc.json
@@ -0,0 +1,22 @@
+{
+ "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 input list does not match expected input",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/input-0.json b/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/input-0.json
new file mode 100644
index 000000000..4150dd353
--- /dev/null
+++ b/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/input-0.json
@@ -0,0 +1,20 @@
+{
+ "type": "bool",
+ "data": [
+ true,
+ true,
+ false,
+ true,
+ true,
+ false,
+ true,
+ true,
+ false,
+ true,
+ true,
+ true,
+ false,
+ true,
+ true
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/test.json b/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/test.json
new file mode 100644
index 000000000..35fc83419
--- /dev/null
+++ b/operators/ew_unary/logical_not/logical_not_ERRORIF_WrongInputList_15_b/test.json
@@ -0,0 +1,48 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_NOT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "eiDummyInput"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 15
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 15
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}