We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ba55c commit 94d95ffCopy full SHA for 94d95ff
src/ftorch.F90
@@ -13,6 +13,8 @@ module ftorch
13
14
implicit none
15
16
+ ! --- Derived types and enums
17
+
18
!> Type for holding a torch neural net (nn.Module).
19
type torch_model
20
type(c_ptr) :: p = c_null_ptr !! pointer to the neural net in memory
src/ftorch.fypp
@@ -30,6 +30,8 @@ module ftorch
30
31
32
33
34
35
36
37
0 commit comments