The
bool GraphView::add(std::shared_ptr<GraphView> otherGraph,
bool includeLearnableParam = true);
function does not check for duplicate node names before adding nodes from a given Graphview to another Graphview.
aidge_core/src/graph/GraphView.cpp
, to add a condition that checks for duplicate node names in the target Graphview and uses createUniqueName()
if a duplicate is found;Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent