aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32')
-rw-r--r--operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/desc.json22
-rw-r--r--operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/input-0.json17
-rw-r--r--operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/test.json48
3 files changed, 87 insertions, 0 deletions
diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/desc.json b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/desc.json
new file mode 100644
index 000000000..2b74f86d0
--- /dev/null
+++ b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/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 output list does not match expected output",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/input-0.json b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/input-0.json
new file mode 100644
index 000000000..7383f206e
--- /dev/null
+++ b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/input-0.json
@@ -0,0 +1,17 @@
+{
+ "type": "int32",
+ "data": [
+ -1533214622,
+ 1364701223,
+ 184093478,
+ -1810859267,
+ -425876729,
+ 57810385,
+ -956758334,
+ -1001215591,
+ 911214225,
+ -2009537990,
+ 1839205621,
+ -763210231
+ ]
+} \ No newline at end of file
diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/test.json b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/test.json
new file mode 100644
index 000000000..3f7ef75bf
--- /dev/null
+++ b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputList_12_i32/test.json
@@ -0,0 +1,48 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "ABS",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}