Skip to content
Snippets Groups Projects
Commit 30ce56ec authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Fix FC needed nn_scaling_functions.

parent d671ac92
No related branches found
No related tags found
2 merge requests!27Update 0.1.2 -> 0.1.3,!25[Fix] Temporary rollback of 'lowbit' update
Pipeline #70806 passed
......@@ -611,6 +611,7 @@ class FC_ARMCortexM_float32(ExportNodeCpp):
str(ROOT / "_Aidge_Arm" / "kernels" / "FullyConnected" / "Fc.hpp"),
str(ROOT / "_Aidge_Arm" / "kernels" / "Utils" / "Macs.hpp"),
# str(ROOT / "_Aidge_Arm" / "kernels" / "Utils" / "swar_arm_acle.h"),
str(ROOT / "_Aidge_Arm" / "kernels" / "Utils" / "nn_scaling_functions.hpp"),
str(ROOT / "_Aidge_Arm" / "kernels" / "Utils" / "typedefs.hpp"),
str(ROOT / "_Aidge_Arm" / "kernels" / "Utils" / "utils.hpp"),
str(ROOT / "_Aidge_Arm" / "kernels" / "Utils" / "assert.h")
......
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