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