Skip to content

Continuous improvement of export_cpp

Olivier BICHLER requested to merge imp into dev

This MR includes the following improvements:

  • Fixed issue with number of elements in activation (fix #41 (closed));
  • Added support for memory wrapping in activation;
  • More static concat, works with any type;
  • Restored LeakyReLU export;
  • Make Quantizer use activation templates;
  • Fixed saturation value in activation_forward_value();
  • Fixed wrong convolution implementation with dilation (fix #40 (closed)).
Edited by Olivier BICHLER

Merge request reports

Loading