Skip to content

Fix Reshape

Houssem ROUIS requested to merge hrouis/aidge_core:fix_reshape into dev

Context

Fix Reshape operator:

  • Handle case where a dimension is 0 (see ONNX)
  • Support both cases where the shape is either an input or an attribute

Modified files

  • Reshape.hpp, Reshape.cpp, and pybind_Reshape.cpp;

Merge request reports