Skip to content

Commit 63e2cdb

Browse files
authored
Merge pull request #74 from rouson/expose-user-api
fix #72 - use dir tree to expose user API
2 parents c05368a + 318027e commit 63e2cdb

31 files changed

+1
-0
lines changed

src/nf.f90

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module nf
2+
!! User API: everything an application needs 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.
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.
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)