From ea5961d038483c0b03faf1d4daab283a8855273d Mon Sep 17 00:00:00 2001
From: Axel Farrugia <axel.farrugia@cea.fr>
Date: Thu, 24 Apr 2025 13:33:10 +0200
Subject: [PATCH] [Fix] Force save_outputs data format

---
 aidge_export_cpp/templates/kernel_forward/_save_outputs.jinja | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aidge_export_cpp/templates/kernel_forward/_save_outputs.jinja b/aidge_export_cpp/templates/kernel_forward/_save_outputs.jinja
index f9962dd..6865be5 100644
--- a/aidge_export_cpp/templates/kernel_forward/_save_outputs.jinja
+++ b/aidge_export_cpp/templates/kernel_forward/_save_outputs.jinja
@@ -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
-- 
GitLab