Skip to content

Commit

Permalink
Update src/core/include/openvino/op/search_sorted.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrii Staikov <[email protected]>
  • Loading branch information
pkowalc1 and CuriousPanCake authored Oct 29, 2024
1 parent 097f5cd commit 5f568f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/include/openvino/op/search_sorted.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class OPENVINO_API SearchSorted : public Op {
/// \param right_mode If False, return the first suitable index that is found for given value. If True, return
/// the last such index.
/// \param output_element_type The element type of the output tensor. This is purely an implementation flag, which
/// is needed to enable some transformation in ConvertPrecision for CPU plugin(and potentially other plugins as
/// is used to convert the output type for CPU plugin in ConvertPrecision transformation (and potentially other plugins as
/// well). Setting this flag to element::i32 will result in the output tensor of i32 element type. Setting this flag
/// to element::i64 will generally not give any effect, since it will be converted to i32 anyway, at least for CPU
/// plugin.
Expand Down

0 comments on commit 5f568f9

Please sign in to comment.