We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1791bb3 commit 06afae3Copy full SHA for 06afae3
CMakeLists.txt
@@ -36,6 +36,8 @@ add_library(neural-fortran
36
src/nf/nf_layer_constructors_submodule.f90
37
src/nf/nf_layer.f90
38
src/nf/nf_layer_submodule.f90
39
+ src/nf/nf_linear2d_layer.f90
40
+ src/nf/nf_linear2d_layer_submodule.f90
41
src/nf/nf_loss.f90
42
src/nf/nf_loss_submodule.f90
43
src/nf/nf_maxpool2d_layer.f90
0 commit comments