aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7
diff options
context:
space:
mode:
Diffstat (limited to 'operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7')
-rw-r--r--operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/desc.json22
-rw-r--r--operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/input-0.json109
-rw-r--r--operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/test.json52
3 files changed, 0 insertions, 183 deletions
diff --git a/operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/desc.json b/operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/desc.json
deleted file mode 100644
index db4d1a620..000000000
--- a/operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/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": "Axis larger than rank",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/input-0.json b/operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/input-0.json
deleted file mode 100644
index 99594e2a1..000000000
--- a/operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/input-0.json
+++ /dev/null
@@ -1,109 +0,0 @@
-{
- "type": "int32",
- "data": [
- [
- 127,
- 71,
- -46,
- 120,
- -1,
- 0
- ],
- [
- -17,
- -92,
- 111,
- -125,
- -84,
- -70
- ],
- [
- -57,
- -95,
- -124,
- 45,
- 120,
- -97
- ],
- [
- -53,
- 1,
- 109,
- 49,
- 68,
- 20
- ],
- [
- -22,
- -77,
- 93,
- 77,
- -122,
- 55
- ],
- [
- -107,
- 61,
- 83,
- -95,
- -17,
- -97
- ],
- [
- 17,
- 109,
- -108,
- -27,
- 121,
- -51
- ],
- [
- -95,
- -3,
- 2,
- 41,
- -48,
- 116
- ],
- [
- 5,
- -55,
- 117,
- 108,
- -1,
- -122
- ],
- [
- 24,
- 14,
- -91,
- 34,
- 87,
- -101
- ],
- [
- 57,
- -93,
- 63,
- -21,
- -127,
- 119
- ],
- [
- -86,
- 24,
- -82,
- 110,
- 61,
- 77
- ],
- [
- -18,
- -9,
- 34,
- 72,
- 88,
- -124
- ]
- ]
-} \ No newline at end of file
diff --git a/operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/test.json b/operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/test.json
deleted file mode 100644
index b580c7550..000000000
--- a/operators/reduction/reduce_min/reduce_min_ERRORIF_AxisLargerRank_13x6_i8_axis7/test.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "REDUCE_MIN",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 7
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 13,
- 6
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 13,
- 6
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}