aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32')
-rw-r--r--operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/desc.json22
-rw-r--r--operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/input-0.json18
-rw-r--r--operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/test.json47
3 files changed, 0 insertions, 87 deletions
diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/desc.json b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/desc.json
deleted file mode 100644
index 199bfa93c..000000000
--- a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/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/abs/abs_ERRORIF_WrongOutputType_13_i32/input-0.json b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/input-0.json
deleted file mode 100644
index 20beef414..000000000
--- a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/input-0.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "type": "int32",
- "data": [
- 1112255113,
- -1520001244,
- 239502574,
- -111075273,
- 1880331333,
- 1567465731,
- 1348952948,
- 1023799964,
- 972542809,
- -1561254795,
- -1712611731,
- 329677475,
- 2128993534
- ]
-} \ No newline at end of file
diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/test.json b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/test.json
deleted file mode 100644
index 95f317e57..000000000
--- a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/test.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "ABS",
- attribute_type: "NONE",
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 13
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 13
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}