mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-26 10:41:14 +08:00
19 lines
249 B
ReStructuredText
19 lines
249 B
ReStructuredText
![]() |
.. _initializers:
|
||
|
|
||
|
.. currentmodule:: mlx.nn.initializers
|
||
|
|
||
|
Initializers
|
||
|
--------------
|
||
|
|
||
|
.. autosummary::
|
||
|
:toctree: _autosummary_functions
|
||
|
|
||
|
constant
|
||
|
normal
|
||
|
uniform
|
||
|
identity
|
||
|
glorot_normal
|
||
|
glorot_uniform
|
||
|
he_normal
|
||
|
he_uniform
|