aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5')
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5/desc.json22
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5/input-0.json17
-rw-r--r--operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5/test.json60
3 files changed, 0 insertions, 99 deletions
diff --git a/operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5/desc.json b/operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5/desc.json
deleted file mode 100644
index 6a61ccfd5..000000000
--- a/operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_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": "Size does not match output dimension",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5/input-0.json b/operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5/input-0.json
deleted file mode 100644
index a623e1d81..000000000
--- a/operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5/input-0.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "type": "float16",
- "data": [
- 0.1468505859375,
- 0.32177734375,
- 0.317138671875,
- 0.9736328125,
- 0.5830078125,
- 0.33740234375,
- 0.298828125,
- 0.319091796875,
- 0.71240234375,
- 0.54931640625,
- 0.62353515625,
- 0.470458984375
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5/test.json b/operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5/test.json
deleted file mode 100644
index 7fddc0527..000000000
--- a/operators/data_layout/slice/slice_ERRORIF_SizeOutputShapeMismatch_12_f16_perm5/test.json
+++ /dev/null
@@ -1,60 +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: [
- 0
- ],
- size: [
- 1
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 2
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}