aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00')
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/desc.json22
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/input-0.json18
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/test.json55
3 files changed, 0 insertions, 95 deletions
diff --git a/operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/desc.json b/operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/desc.json
deleted file mode 100644
index f703d976c..000000000
--- a/operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/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": "Pad output shape mismatch for requested padding",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/input-0.json b/operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/input-0.json
deleted file mode 100644
index ade3c2660..000000000
--- a/operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/input-0.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "type": "int32",
- "data": [
- 1386506670,
- 414935975,
- 678826522,
- 760180338,
- 1067901399,
- 1423927585,
- -1686813793,
- -1351899265,
- -453787264,
- -1000481392,
- -552437090,
- -1412708974,
- 566952575
- ]
-} \ No newline at end of file
diff --git a/operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/test.json b/operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/test.json
deleted file mode 100644
index 39f0c1473..000000000
--- a/operators/data_layout/pad/pad_ERRORIF_PadOutputShapeMismatch_13_i32_pad00/test.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "PAD",
- attribute_type: "PadAttribute",
- attribute: {
- padding: [
- 0,
- 0
- ],
- pad_const_int: 1309531719,
- pad_const_fp: 0.0
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 13
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 11
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}