We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb7fb5 commit 318027eCopy full SHA for 318027e
src/nf.f90
@@ -1,5 +1,5 @@
1
module nf
2
- !! User API: everything and application is likely to reference directly
+ !! User API: everything an application needs to reference directly
3
use nf_datasets_mnist, only: label_digits, load_mnist
4
use nf_layer, only: layer
5
use nf_layer_constructors, only: conv2d, dense, input, maxpool2d
0 commit comments