Skip to content

Commit 7a65ed1

Browse files
Copilotavik-pal
andcommitted
feat: mark LuxCore imports as public using @public
Co-authored-by: avik-pal <[email protected]>
1 parent 5c7882c commit 7a65ed1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/Lux.jl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,21 @@ import LuxCore:
4545
preserves_state_type
4646

4747
@reexport using LuxCore, LuxLib, MLDataDevices, WeightInitializers
48+
49+
@public (
50+
initialparameters,
51+
initialstates,
52+
parameterlength,
53+
statelength,
54+
outputsize,
55+
update_state,
56+
trainmode,
57+
testmode,
58+
setup,
59+
apply,
60+
replicate,
61+
preserves_state_type,
62+
)
4863
using NNlib:
4964
NNlib,
5065
DenseConvDims,

0 commit comments

Comments
 (0)