File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed
Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -45,21 +45,6 @@ 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- )
6348using NNlib:
6449 NNlib,
6550 DenseConvDims,
@@ -208,6 +193,20 @@ export LuxOps
208193@public Experimental
209194@public set_dispatch_doctor_preferences!
210195@public Serialization
196+ @public (
197+ initialparameters,
198+ initialstates,
199+ parameterlength,
200+ statelength,
201+ outputsize,
202+ update_state,
203+ trainmode,
204+ testmode,
205+ setup,
206+ apply,
207+ replicate,
208+ preserves_state_type,
209+ )
211210
212211# NNlib.jl reexports
213212# # Functional API for common layers. Recommended to use the LuxLib versions
You can’t perform that action at this time.
0 commit comments