Fix to use ngraph::clone_function()
This commit is contained in:
parent
fa7e87b146
commit
c3b87f098d
@ -106,7 +106,7 @@ void HeteroSyntheticTest::SetUp() {
|
||||
--num;
|
||||
}
|
||||
function = std::get<Function>(param)._function;
|
||||
functionRefs = function;
|
||||
functionRefs = ngraph::clone_function(*function);
|
||||
}
|
||||
|
||||
void HeteroSyntheticTest::TearDown() {
|
||||
|
Loading…
Reference in New Issue
Block a user