From a5b4c0190d0f822ce7bed72d98904712d9b014a8 Mon Sep 17 00:00:00 2001 From: Przemyslaw Wysocki Date: Wed, 22 Jan 2025 16:08:21 +0100 Subject: [PATCH] Update docs/articles_en/documentation/openvino-ir-format/operation-sets/operation-specs/arithmetic/segment-max-16.rst Co-authored-by: Katarzyna Mitrus --- .../operation-specs/arithmetic/segment-max-16.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles_en/documentation/openvino-ir-format/operation-sets/operation-specs/arithmetic/segment-max-16.rst b/docs/articles_en/documentation/openvino-ir-format/operation-sets/operation-specs/arithmetic/segment-max-16.rst index 1d75ae6de6d73d..c09ad415313c5f 100644 --- a/docs/articles_en/documentation/openvino-ir-format/operation-sets/operation-specs/arithmetic/segment-max-16.rst +++ b/docs/articles_en/documentation/openvino-ir-format/operation-sets/operation-specs/arithmetic/segment-max-16.rst @@ -48,7 +48,7 @@ SegmentMax-16 has no attributes. **Outputs** -* **1**: The output tensor of type *T* and the same shape as the ``input`` tensor with the exception for the first dimension, which is equal to the count of unique segment IDs. +* **1**: The output tensor of type *T* and almost the same shape as the ``data`` input tensor with the exception for the first dimension, which is equal to the count of unique segment IDs (calculated as ``max(segment_ids) + 1``). **Types**