aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4')
-rw-r--r--operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/desc.json22
-rw-r--r--operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/input-0.json37
-rw-r--r--operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/test.json51
3 files changed, 0 insertions, 110 deletions
diff --git a/operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/desc.json b/operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/desc.json
deleted file mode 100644
index 992afc22b..000000000
--- a/operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/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": "Input data type not supported for this operator",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/input-0.json b/operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/input-0.json
deleted file mode 100644
index e299d966f..000000000
--- a/operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/input-0.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "type": "int32",
- "data": [
- -5,
- -4,
- -2,
- 7,
- 0,
- -7,
- -2,
- 7,
- -2,
- -2,
- 0,
- -3,
- 4,
- -1,
- 7,
- 0,
- -4,
- 5,
- 5,
- 5,
- -3,
- -6,
- -4,
- 0,
- -3,
- 0,
- 6,
- -1,
- -5,
- 2,
- 0,
- -7
- ]
-} \ No newline at end of file
diff --git a/operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/test.json b/operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/test.json
deleted file mode 100644
index c0f1376de..000000000
--- a/operators/ew_unary/negate/negate_ERRORIF_WrongInputType_32_i4/test.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "NEGATE",
- attribute_type: "NegateAttribute",
- attribute: {
- input1_zp: 0,
- output_zp: 0
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 32
- ],
- type: "INT4"
- },
- {
- name: "result-0",
- shape: [
- 32
- ],
- type: "INT4"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}