Skip to content

Optimization framework

Javier Duarte requested to merge github/fork/vloncar/optimizer into master

Created by: vloncar

Introduces the framework for performing optimizations on HLSModel, inspired by the optimiztion facility of ONNX. Currently includes one trivial optimizer that removes linear activations from the model. More advanced activations, like Sioni's fused binary operations will be possible after #141 is merged.

Merge request reports

Loading