Skip to content
Snippets Groups Projects
Commit 83802ea3 authored by Benjamin Halimi's avatar Benjamin Halimi
Browse files

better handling of multi-output architectures

parent b60f2c91
No related branches found
No related tags found
1 merge request!27Draft: Merge DevQAT
Pipeline #61597 failed
......@@ -321,7 +321,8 @@ void insertScalingNodes(std::shared_ptr<GraphView> graphView)
else
{
// Log::info(" last node reached ! ");
graphView->addChild(scalingNode);
parentNode->addChild(scalingNode, 0, 0);
graphView->add(scalingNode);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment