[IE TESTS] Add Opset6 to the report (#4348)

This commit is contained in:
Irina Efode 2021-02-16 18:17:13 +03:00 committed by GitHub
parent 8a4aa1bafa
commit 36799dce86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,7 @@ void TestEnvironment::TearDown() {
opsets.push_back(ngraph::get_opset3());
opsets.push_back(ngraph::get_opset4());
opsets.push_back(ngraph::get_opset5());
opsets.push_back(ngraph::get_opset6());
std::set<ngraph::NodeTypeInfo> opsInfo;
for (const auto &opset : opsets) {
const auto &type_info_set = opset.get_type_info_set();