Skip to content

Commit 9a4422f

Browse files
committed
linear2d_layer: remove public api
1 parent 54d1bb0 commit 9a4422f

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
@@ -3,7 +3,7 @@ module nf
33
use nf_datasets_mnist, only: label_digits, load_mnist
44
use nf_layer, only: layer
55
use nf_layer_constructors, only: &
6-
conv2d, dense, flatten, flatten2d, input, maxpool2d, reshape, linear2d
6+
conv2d, dense, flatten, input, maxpool2d, reshape, linear2d
77
use nf_loss, only: mse, quadratic
88
use nf_metrics, only: corr, maxabs
99
use nf_network, only: network

0 commit comments

Comments
 (0)