Skip to content

Commit 088a48b

Browse files
committed
Expose maxpool2d constructor in nf
1 parent 8e88632 commit 088a48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nf.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module nf
22
use nf_datasets_mnist, only: label_digits, load_mnist
33
use nf_layer, only: layer
4-
use nf_layer_constructors, only: conv2d, dense, input
4+
use nf_layer_constructors, only: conv2d, dense, input, maxpool2d
55
use nf_network, only: network
66
end module nf

0 commit comments

Comments
 (0)