Skip to content

Commit 7178d45

Browse files
Copilotavik-pal
andauthored
fix: mark LuxCore imports as public using @public (#1585)
* Initial plan * feat: mark LuxCore imports as public using @public Co-authored-by: avik-pal <[email protected]> * refactor: move @public declaration for LuxCore imports to end of file Co-authored-by: avik-pal <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: avik-pal <[email protected]>
1 parent e203e27 commit 7178d45

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Lux.jl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,20 @@ export LuxOps
193193
@public Experimental
194194
@public set_dispatch_doctor_preferences!
195195
@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+
)
196210

197211
# NNlib.jl reexports
198212
## Functional API for common layers. Recommended to use the LuxLib versions

0 commit comments

Comments
 (0)