From 85ab414251c7b63b643e8624d72b8c93164ea86b Mon Sep 17 00:00:00 2001 From: Ilya Churaev Date: Thu, 26 Aug 2021 08:56:46 +0300 Subject: [PATCH] Try to fix build --- ngraph/core/include/openvino/core/node.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ngraph/core/include/openvino/core/node.hpp b/ngraph/core/include/openvino/core/node.hpp index ad8aa0794ef82d..9820d38407b4b6 100644 --- a/ngraph/core/include/openvino/core/node.hpp +++ b/ngraph/core/include/openvino/core/node.hpp @@ -77,12 +77,11 @@ using ResultVector = std::vector>; OPENVINO_API std::string node_validation_failure_loc_string(const Node* node); +OPENVINO_API const std::shared_ptr& check_single_output_arg(const std::shared_ptr& node, size_t i); OPENVINO_API const NodeVector& check_single_output_args(const NodeVector& args); -const std::shared_ptr& check_single_output_arg(const std::shared_ptr& node, size_t i); - OPENVINO_API OutputVector as_output_vector(const NodeVector& args); OPENVINO_API