Skip to content

Commit cbb7fb5

Browse files
committed
fix #72 - use dir tree to expose user API
1 parent c05368a commit cbb7fb5

31 files changed

+1
-0
lines changed

src/nf.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module nf
2+
!! User API: everything and application is likely to reference directly
23
use nf_datasets_mnist, only: label_digits, load_mnist
34
use nf_layer, only: layer
45
use nf_layer_constructors, only: conv2d, dense, input, maxpool2d
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)