Optimization framework
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.