Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyachur committed Sep 6, 2021
1 parent f9e1f03 commit fc6f554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ngraph/core/include/ngraph/op/matrix_nms.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ namespace v8 {
using ov::op::v8::MatrixNms;
} // namespace v8
} // namespace op
using ov::operator<<;
} // namespace ngraph
1 change: 1 addition & 0 deletions ngraph/core/include/ngraph/op/non_max_suppression.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ namespace v5 {
using ov::op::v5::NonMaxSuppression;
} // namespace v5
} // namespace op
using ov::operator<<;
} // namespace ngraph

0 comments on commit fc6f554

Please sign in to comment.