Skip to content

Commit feffb5d

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

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
@@ -107,7 +107,7 @@ module function conv1d(filters, kernel_width, activation) result(res)
107107
!! Example:
108108
!!
109109
!! ```
110-
!! use nf, only :: conv1d, layer
110+
!! use nf, only :: conv, layer
111111
!! type(layer) :: conv1d_layer
112112
!! conv1d_layer = conv1d(filters=32, kernel_size=3)
113113
!! ```

0 commit comments

Comments
 (0)