Skip to content

Fix parameter redifinition

Axel Farrugia requested to merge fix_parameter_redifinition into dev

Parameters and layer files are included twice, in forward.hpp and forward.cpp.
However these generated files were not protected for multi-inclusion, leading to pointer and variable redefinition.

Merge request reports

Loading