mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 18:11:15 +08:00
24 lines
340 B
ReStructuredText
24 lines
340 B
ReStructuredText
Optimizer
|
|
=========
|
|
|
|
.. currentmodule:: mlx.optimizers
|
|
|
|
.. autoclass:: Optimizer
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
:toctree: _autosummary
|
|
|
|
Optimizer.state
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
:toctree: _autosummary
|
|
|
|
Optimizer.apply_gradients
|
|
Optimizer.init
|
|
Optimizer.update
|