aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00')
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/desc.json21
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/input-0.json15
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/test.json65
3 files changed, 0 insertions, 101 deletions
diff --git a/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/desc.json b/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/desc.json
deleted file mode 100644
index d57e8394e..000000000
--- a/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/desc.json
+++ /dev/null
@@ -1,21 +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-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/input-0.json b/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/input-0.json
deleted file mode 100644
index 24e1a3dc1..000000000
--- a/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/input-0.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "type": "float32",
- "data": [
- 0.66796875,
- 0.73046875,
- 0.3203125,
- 0.126953125,
- 0.84765625,
- 0.546875,
- 0.5859375,
- 0.875,
- 0.0228271484375,
- 0.033447265625
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/test.json b/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/test.json
deleted file mode 100644
index 6afce1c1e..000000000
--- a/operators/data_layout/pad/pad_ERRORIF_WrongOutputType_10_bf16_pad00/test.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 51,
- _patch: 0,
- _draft: true
- },
- regions: [
- {
- name: "main",
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "PAD",
- attribute_type: "PadAttribute",
- attribute: {
- padding: [
- 0,
- 0
- ],
- pad_const_int: 0,
- pad_const_fp: [
- 0,
- 0,
- 15,
- 63
- ]
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10
- ],
- type: "BF16"
- },
- {
- name: "result-0",
- shape: [
- 10
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}