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

Fix typo.

parent 67f2d20a
No related branches found
No related tags found
3 merge requests!27v0.2.0,!22v0.4.0,!15Export refactor
......@@ -343,13 +343,7 @@ class GlobalAveragePoolCPP(ExportNode):
class FcCPP(ExportNode):
def __init__(self, node):
super().__init__(node)
copy_includes ={
}
includes = []
templates()
---
def export(self, export_folder:Path, list_configs:list):
copyfile(str(ROOT / "kernels" / "fullyconnected.hpp"),
......
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