diff --git a/aidge_core/export_utils/templates/forward.jinja b/aidge_core/export_utils/templates/forward.jinja index fde4b2a1392c4ada353af06246951e26c6236df6..e054c34890519b783063a3b286afdd126e70045a 100644 --- a/aidge_core/export_utils/templates/forward.jinja +++ b/aidge_core/export_utils/templates/forward.jinja @@ -1,6 +1,9 @@ #include <stdint.h> +#define SAVE_OUTPUTS false // Save the feature maps into files (Not compatible with every export) +#define AIDGE_CMP false // Compare export and aidge feature maps (Not compatible with every export) + #ifdef SAVE_OUTPUTS #include <sys/types.h> #include <sys/stat.h> @@ -30,7 +33,6 @@ void {{ func_name }} ( {{ outputs_dtype[o] }}** {{ outputs_name[o] }}_ptr{% if not loop.last %}, {% endif %} {%- endfor -%}) { - {%- for action in actions %} {{ action }} {%- endfor %}