Skip to content

Commit 37cd2d9

Browse files
committed
Removed non-required use
1 parent f02a6fd commit 37cd2d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nf/nf_layer_constructors_submodule.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
submodule(nf_layer_constructors) nf_layer_constructors_submodule
22

3-
use nf_layer, only: layer
43
use nf_conv1d_layer, only: conv1d_layer
54
use nf_conv2d_layer, only: conv2d_layer
65
use nf_dense_layer, only: dense_layer
@@ -18,7 +17,7 @@
1817
use nf_self_attention_layer, only: self_attention_layer
1918
use nf_embedding_layer, only: embedding_layer
2019
use nf_layernorm_layer, only: layernorm_layer
21-
use nf_activation, only: activation_function, relu, sigmoid
20+
use nf_activation, only: relu, sigmoid
2221

2322
implicit none
2423

0 commit comments

Comments
 (0)