Skip to content
Snippets Groups Projects

Fuse bn

Merged Cyril Moineau requested to merge fuseBN into main
4 files
+ 48
23
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -16,12 +16,12 @@
#include "aidge/graph/GraphView.hpp"
namespace Aidge{
void fuseMulAdd(std::set<std::shared_ptr<Node>> nodes);
void removeFlatten(std::set<std::shared_ptr<Node>> nodes);
void fuseMulAdd(std::shared_ptr<GraphView> graphView);
void removeFlatten(std::set<std::shared_ptr<Node>> nodes);
void removeFlatten(std::shared_ptr<GraphView> graphView);
}
#endif /* AIDGE_CORE_UTILS_RECIPIES_H_ */
\ No newline at end of file
#endif /* AIDGE_CORE_UTILS_RECIPIES_H_ */
Loading