Skip to content

Commit

Permalink
[IE TESTS] Enable Opset8 in Conformance report (#7369)
Browse files Browse the repository at this point in the history
  • Loading branch information
iefode authored Sep 7, 2021
1 parent 72fb7d2 commit c0a3ceb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Summary::Summary() {
opsets.push_back(ngraph::get_opset5());
opsets.push_back(ngraph::get_opset6());
opsets.push_back(ngraph::get_opset7());
opsets.push_back(ngraph::get_opset8());
}

Summary &Summary::getInstance() {
Expand Down

0 comments on commit c0a3ceb

Please sign in to comment.