Skip to content

Commit db832ca

Browse files
milancurcicjvdp1
andauthored
Update src/nf/nf_layer_constructors.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent b657fb4 commit db832ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nf/nf_layer_constructors.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module function conv2d(filters, kernel_width, kernel_height, activation) result(
135135
!! Example:
136136
!!
137137
!! ```
138-
!! use nf, only :: conv2d, layer
138+
!! use nf, only :: conv, layer
139139
!! type(layer) :: conv2d_layer
140140
!! conv2d_layer = conv2d(filters=32, kernel_width=3, kernel_height=3)
141141
!! ```

0 commit comments

Comments
 (0)