Skip to content
Snippets Groups Projects
Commit a64e9da8 authored by Axel Farrugia's avatar Axel Farrugia
Browse files

[Chore](Exports) Add SAVE_OUTPUTS and AIDGE_CMP flags on top of fwd file

parent a0f56bb7
No related branches found
No related tags found
No related merge requests found
Pipeline #68457 passed
#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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment