diff --git a/docs/articles_en/documentation/openvino_ir/operation_sets/operations_specifications/reduction/ReduceMax_1.rst b/docs/articles_en/documentation/openvino_ir/operation_sets/operations_specifications/reduction/ReduceMax_1.rst index 77ea0d5b177049..5037372de4cbce 100644 --- a/docs/articles_en/documentation/openvino_ir/operation_sets/operations_specifications/reduction/ReduceMax_1.rst +++ b/docs/articles_en/documentation/openvino_ir/operation_sets/operations_specifications/reduction/ReduceMax_1.rst @@ -30,6 +30,8 @@ Particular cases: 1. If ``axes`` is an empty list, *ReduceMax* corresponds to the identity operation. 2. If ``axes`` contains all dimensions of input ``data``, a single reduction value is calculated for the entire input tensor. +Reducing empty tensor results in an undefined behavior. + **Attributes** * *keep_dims* diff --git a/docs/articles_en/documentation/openvino_ir/operation_sets/operations_specifications/reduction/ReduceMin_1.rst b/docs/articles_en/documentation/openvino_ir/operation_sets/operations_specifications/reduction/ReduceMin_1.rst index a8c0f351fde32e..4986ddc474606f 100644 --- a/docs/articles_en/documentation/openvino_ir/operation_sets/operations_specifications/reduction/ReduceMin_1.rst +++ b/docs/articles_en/documentation/openvino_ir/operation_sets/operations_specifications/reduction/ReduceMin_1.rst @@ -30,6 +30,8 @@ Particular cases: 1. If ``axes`` is an empty list, *ReduceMin* corresponds to the identity operation. 2. If ``axes`` contains all dimensions of input ``data``, a single reduction value is calculated for the entire input tensor. +Reducing empty tensor results in an undefined behavior. + **Attributes** * *keep_dims*