aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5')
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/desc.json22
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/input-0.json89
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/test.json64
3 files changed, 0 insertions, 175 deletions
diff --git a/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/desc.json b/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/desc.json
deleted file mode 100644
index bf7c1974a..000000000
--- a/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/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": "Op input list does not match expected input",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/input-0.json b/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/input-0.json
deleted file mode 100644
index af33ee89c..000000000
--- a/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/input-0.json
+++ /dev/null
@@ -1,89 +0,0 @@
-{
- "type": "int32",
- "data": [
- [
- 81,
- 29,
- 121,
- -44,
- -5,
- -107,
- -96,
- 17,
- -59,
- -103,
- -115,
- 58
- ],
- [
- -120,
- -126,
- -8,
- 45,
- 8,
- -77,
- -61,
- -20,
- 56,
- 98,
- -10,
- -67
- ],
- [
- -66,
- 117,
- -49,
- -118,
- -117,
- -108,
- 111,
- 59,
- -45,
- 64,
- 18,
- 72
- ],
- [
- 50,
- 53,
- -84,
- 70,
- 26,
- 58,
- -53,
- 28,
- 61,
- 127,
- -87,
- -86
- ],
- [
- -14,
- -77,
- -7,
- -47,
- -76,
- 34,
- -118,
- -10,
- -19,
- 96,
- -43,
- -2
- ],
- [
- 27,
- -76,
- 80,
- -15,
- -63,
- -53,
- -36,
- 1,
- -128,
- -86,
- 50,
- 40
- ]
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/test.json b/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/test.json
deleted file mode 100644
index 698091b9c..000000000
--- a/operators/data_layout/slice/slice_ERRORIF_WrongInputList_6x12_i8_perm5/test.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 51,
- _patch: 0,
- _draft: true
- },
- regions: [
- {
- name: "main",
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "SLICE",
- attribute_type: "SliceAttribute",
- attribute: {
- start: [
- 2,
- 5
- ],
- size: [
- 3,
- 4
- ]
- },
- inputs: [
-
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 6,
- 12
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 3,
- 4
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}