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

Removed unused kernel

parent 3668481f
No related branches found
No related tags found
2 merge requests!710.4.0,!59Continuous improvement of export_cpp
Pipeline #77521 canceled
......@@ -17,6 +17,5 @@ class ErfCPP(ExportNodeCpp):
self.include_list = []
self.kernels_to_copy = [
str(ROOT / "kernels" / "erf.hpp"),
str(ROOT / "kernels" / "activation.hpp"),
str(ROOT / "kernels" / "rescaling.hpp")
str(ROOT / "kernels" / "activation.hpp")
]
\ No newline at end of file
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