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
  • Loading branch information
p-wysocki authored Jan 23, 2025
1 parent a743194 commit 5b4cd5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For ``empty_segment_value`` equal to 0, the operator output would be ``[max(Segm

* **2**: ``segment_ids`` - 1D Tensor of sorted non-negative numbers of type *T_IDX*. Its size is equal to the size of the first dimension of the ``data`` input tensor. The values must be smaller than ``num_segments``. **Required.**

* **4**: ``num_segments`` - A scalar value of type *T_IDX* representing the segments count, used for shape inference. **Optional.**
* **3**: ``num_segments`` - A scalar value of type *T_IDX* representing the segments count, used for shape inference. **Optional.**

**Outputs**

Expand Down

0 comments on commit 5b4cd5d

Please sign in to comment.