Skip to content
Snippets Groups Projects
Commit 1520242d authored by Thibault Allenet's avatar Thibault Allenet
Browse files

Fix signature removeFlatten for binding

parent e704a292
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
namespace Aidge{ namespace Aidge{
void fuseMulAdd(std::set<std::shared_ptr<Node>> nodes); void fuseMulAdd(std::set<std::shared_ptr<Node>> nodes);
void removeFlatten(std::shared_ptr<GraphView> view); void removeFlatten(std::set<std::shared_ptr<Node>> nodes);
} }
......
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