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