[CONFORMANCE] Remove debug code from Conformance runner (#19389)

This commit is contained in:
Irina Efode 2023-08-24 18:13:04 +04:00 committed by GitHub
parent eaeeea9c54
commit 07ca0cd426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,11 +247,6 @@ void ReadIRTest::SetUp() {
for (const auto& param : parameter_to_remove) {
function->remove_parameter(param);
}
ov::pass::Manager manager;
manager.register_pass<ov::pass::Serialize>("test.xml", "test.bin");
manager.run_passes(function);
auto b = function->get_parameters();
auto c = 0;
}
bool hasDynamic = false;