From 5f568f9ba8ac8b4c182447327618af9e20dda9cb Mon Sep 17 00:00:00 2001 From: Piotr Kowalczyk Date: Tue, 29 Oct 2024 11:02:12 +0100 Subject: [PATCH] Update src/core/include/openvino/op/search_sorted.hpp Co-authored-by: Andrii Staikov --- src/core/include/openvino/op/search_sorted.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/include/openvino/op/search_sorted.hpp b/src/core/include/openvino/op/search_sorted.hpp index 13202d2892bae7..3be1128cf6f14c 100644 --- a/src/core/include/openvino/op/search_sorted.hpp +++ b/src/core/include/openvino/op/search_sorted.hpp @@ -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.