mirror of
https://github.com/ml-explore/mlx.git
synced 2025-11-07 20:58:17 +08:00
update docs
This commit is contained in:
committed by
CircleCI Docs
parent
03a66f24b0
commit
cfb54b960a
18
docs/build/html/_sources/python/nn/initializers.rst
vendored
Normal file
18
docs/build/html/_sources/python/nn/initializers.rst
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
.. _initializers:
|
||||
|
||||
.. currentmodule:: mlx.nn.initializers
|
||||
|
||||
Initializers
|
||||
--------------
|
||||
|
||||
.. autosummary::
|
||||
:toctree: _autosummary_functions
|
||||
|
||||
constant
|
||||
normal
|
||||
uniform
|
||||
identity
|
||||
glorot_normal
|
||||
glorot_uniform
|
||||
he_normal
|
||||
he_uniform
|
||||
Reference in New Issue
Block a user