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

[Fix] Force save_outputs data format

parent 18efbabf
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
{{out_name[outidx]|upper}}_STRIDE, #}
{{out_name[outidx]}},
{{out_name[outidx]|upper}}_STREAM,
Format::{{out_format[outidx]}});
Format::NHWC);
fclose({{out_name[outidx]|upper}}_STREAM);
{% endfor %}
#endif
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