mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 18:11:15 +08:00
20 lines
256 B
ReStructuredText
20 lines
256 B
ReStructuredText
mlx.optimizers.Adamax
|
|
=====================
|
|
|
|
.. currentmodule:: mlx.optimizers
|
|
|
|
.. autoclass:: Adamax
|
|
|
|
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~Adamax.__init__
|
|
~Adamax.apply_single
|
|
~Adamax.init_single
|
|
|
|
|