Skip to content
Snippets Groups Projects
Commit b170ae76 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Fixed missing change

parent f69e540b
No related branches found
No related tags found
2 merge requests!710.4.0,!59Continuous improvement of export_cpp
......@@ -37,7 +37,7 @@ class Quantizer(ExportNodeCpp):
self.include_list = []
# Path to the kernel(s) files to copy
self.add_kernel_to_copy(ROOT / "kernels" / "rescaling.hpp")
self.add_kernel_to_copy(ROOT / "kernels" / "activation.hpp")
# Include aidge outputs within the fwd file
if self.attributes["aidge_cmp"]:
......
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