Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyachur committed Aug 26, 2021
1 parent 250368f commit 85ab414
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ngraph/core/include/openvino/core/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,11 @@ using ResultVector = std::vector<std::shared_ptr<ngraph::op::v0::Result>>;
OPENVINO_API
std::string node_validation_failure_loc_string(const Node* node);

OPENVINO_API
const std::shared_ptr<Node>& check_single_output_arg(const std::shared_ptr<Node>& node, size_t i);
OPENVINO_API
const NodeVector& check_single_output_args(const NodeVector& args);

const std::shared_ptr<Node>& check_single_output_arg(const std::shared_ptr<Node>& node, size_t i);

OPENVINO_API
OutputVector as_output_vector(const NodeVector& args);
OPENVINO_API
Expand Down

0 comments on commit 85ab414

Please sign in to comment.