Skip to content

Add missing attributes to operators

Houssem ROUIS requested to merge hrouis/aidge_onnx:fix/add_missing_attr into dev

Context

For some operators, not all ONNX supported attributes were added to Aidge. This MR is dedicated to complete those operators:

  • Reshape: add 'allowzero' attribute
  • ReduceMean: remove templated call
  • Gather: set default value for axis

Merge request reports