Fix to use ngraph::clone_function()

This commit is contained in:
Steve Yoo 2021-09-23 12:51:40 +09:00
parent fa7e87b146
commit c3b87f098d

View File

@ -106,7 +106,7 @@ void HeteroSyntheticTest::SetUp() {
--num;
}
function = std::get<Function>(param)._function;
functionRefs = function;
functionRefs = ngraph::clone_function(*function);
}
void HeteroSyntheticTest::TearDown() {