Updated opset version to the latest (#19119)

This commit is contained in:
Georgy Krivoruchko 2023-08-10 07:35:45 -07:00 committed by GitHub
parent d6e94212b8
commit 08688178cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ TEST_P(ReadIRTest, DISABLED_ImportExport) {
ReadIRTest::getTestCaseName); \ ReadIRTest::getTestCaseName); \
// It should point on latest opset which contains biggest list of operations // It should point on latest opset which contains biggest list of operations
#include "openvino/opsets/opset10_tbl.hpp" #include "openvino/opsets/opset12_tbl.hpp"
#undef _OPENVINO_OP_REG #undef _OPENVINO_OP_REG
INSTANTIATE_TEST_SUITE_P(conformance_other, INSTANTIATE_TEST_SUITE_P(conformance_other,