aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4')
-rw-r--r--operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4/desc.json22
-rw-r--r--operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4/input-0.json109
-rw-r--r--operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4/test.json49
3 files changed, 0 insertions, 180 deletions
diff --git a/operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4/desc.json b/operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4/desc.json
deleted file mode 100644
index 992afc22b..000000000
--- a/operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_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/clz/clz_ERRORIF_WrongInputType_13x6_i4/input-0.json b/operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4/input-0.json
deleted file mode 100644
index 64daea5a3..000000000
--- a/operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4/input-0.json
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "type": "int32",
- "data": [
- [
- -6,
- 2,
- 7,
- 6,
- -3,
- -1
- ],
- [
- 0,
- -4,
- -3,
- -4,
- 7,
- 4
- ],
- [
- 5,
- 5,
- 7,
- -6,
- 6,
- -7
- ],
- [
- 0,
- 1,
- -2,
- -5,
- -5,
- 5
- ],
- [
- -3,
- -3,
- 6,
- -5,
- 6,
- 6
- ],
- [
- 1,
- -5,
- -5,
- -3,
- 1,
- -5
- ],
- [
- -1,
- -6,
- 1,
- -7,
- 3,
- -7
- ],
- [
- -5,
- -5,
- 5,
- -7,
- -1,
- 1
- ],
- [
- 0,
- 3,
- 5,
- -2,
- 5,
- -3
- ],
- [
- 7,
- 0,
- 4,
- 6,
- 4,
- 5
- ],
- [
- 1,
- -7,
- 0,
- -5,
- 6,
- -4
- ],
- [
- -4,
- -4,
- 2,
- 1,
- 7,
- -1
- ],
- [
- -3,
- -7,
- -7,
- -2,
- 6,
- 0
- ]
- ]
-} \ No newline at end of file
diff --git a/operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4/test.json b/operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4/test.json
deleted file mode 100644
index 481999dec..000000000
--- a/operators/ew_unary/clz/clz_ERRORIF_WrongInputType_13x6_i4/test.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "CLZ",
- attribute_type: "NONE",
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 13,
- 6
- ],
- type: "INT4"
- },
- {
- name: "result-0",
- shape: [
- 13,
- 6
- ],
- type: "INT4"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}