Skip to content

Commit dde7e70

Browse files
authored
[DOCS] Reduce Min / Max -- Reducing empty tensor would result in an undefined behavior (openvinotoolkit#20736)
1 parent b71906c commit dde7e70

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/articles_en/documentation/openvino_ir/operation_sets/operations_specifications/reduction/ReduceMax_1.rst

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Particular cases:
3030
1. If ``axes`` is an empty list, *ReduceMax* corresponds to the identity operation.
3131
2. If ``axes`` contains all dimensions of input ``data``, a single reduction value is calculated for the entire input tensor.
3232

33+
Reducing empty tensor results in an undefined behavior.
34+
3335
**Attributes**
3436

3537
* *keep_dims*

docs/articles_en/documentation/openvino_ir/operation_sets/operations_specifications/reduction/ReduceMin_1.rst

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Particular cases:
3030
1. If ``axes`` is an empty list, *ReduceMin* corresponds to the identity operation.
3131
2. If ``axes`` contains all dimensions of input ``data``, a single reduction value is calculated for the entire input tensor.
3232

33+
Reducing empty tensor results in an undefined behavior.
34+
3335
**Attributes**
3436

3537
* *keep_dims*

0 commit comments

Comments
 (0)