Skip to content

fix max pool and add constant from onnx

Inna Kucher requested to merge fixes_maxpool_const into master

There are 2 fixes in this merge request:

  • max pooling name fixed
  • constant.py is created in order to load onnx constants as Producers in the Aidge::Graph

Merge request reports