Skip to content

Commit

Permalink
Update docs/articles_en/documentation/openvino-ir-format/operation-se…
Browse files Browse the repository at this point in the history
…ts/operation-specs/arithmetic/segment-max-16.rst

Co-authored-by: Katarzyna Mitrus <[email protected]>
  • Loading branch information
p-wysocki and mitruska authored Jan 22, 2025
1 parent 5dea327 commit a5b4c01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit a5b4c01

Please sign in to comment.