mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-20 03:48:15 +08:00
docs update
This commit is contained in:

committed by
CircleCI Docs

parent
1fbcfa159f
commit
bc695f2050
6
docs/build/html/_sources/python/_autosummary/mlx.core.isclose.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.isclose.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.isclose
|
||||
================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: isclose
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.get_active_memory.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.get_active_memory.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.metal.get\_active\_memory
|
||||
==================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: get_active_memory
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.get_cache_memory.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.get_cache_memory.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.metal.get\_cache\_memory
|
||||
=================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: get_cache_memory
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.get_peak_memory.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.get_peak_memory.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.metal.get\_peak\_memory
|
||||
================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: get_peak_memory
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.is_available.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.is_available.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.metal.is\_available
|
||||
============================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: is_available
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.set_cache_limit.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.set_cache_limit.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.metal.set\_cache\_limit
|
||||
================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: set_cache_limit
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.set_memory_limit.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.set_memory_limit.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.metal.set\_memory\_limit
|
||||
=================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: set_memory_limit
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.tile.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.tile.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.tile
|
||||
=============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: tile
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.topk.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.topk.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.topk
|
||||
=============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: topk
|
@@ -1,19 +0,0 @@
|
||||
mlx.optimizers.AdaDelta
|
||||
=======================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. autoclass:: AdaDelta
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~AdaDelta.__init__
|
||||
~AdaDelta.apply_single
|
||||
~AdaDelta.init_single
|
||||
|
||||
|
@@ -1,19 +0,0 @@
|
||||
mlx.optimizers.Adafactor
|
||||
========================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. autoclass:: Adafactor
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Adafactor.__init__
|
||||
~Adafactor.apply_single
|
||||
~Adafactor.init_single
|
||||
|
||||
|
@@ -1,19 +0,0 @@
|
||||
mlx.optimizers.Adagrad
|
||||
======================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. autoclass:: Adagrad
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Adagrad.__init__
|
||||
~Adagrad.apply_single
|
||||
~Adagrad.init_single
|
||||
|
||||
|
@@ -1,19 +0,0 @@
|
||||
mlx.optimizers.Adam
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. autoclass:: Adam
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Adam.__init__
|
||||
~Adam.apply_single
|
||||
~Adam.init_single
|
||||
|
||||
|
@@ -1,18 +0,0 @@
|
||||
mlx.optimizers.AdamW
|
||||
====================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. autoclass:: AdamW
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~AdamW.__init__
|
||||
~AdamW.apply_single
|
||||
|
||||
|
@@ -1,19 +0,0 @@
|
||||
mlx.optimizers.Adamax
|
||||
=====================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. autoclass:: Adamax
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Adamax.__init__
|
||||
~Adamax.apply_single
|
||||
~Adamax.init_single
|
||||
|
||||
|
@@ -1,19 +0,0 @@
|
||||
mlx.optimizers.Lion
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. autoclass:: Lion
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Lion.__init__
|
||||
~Lion.apply_single
|
||||
~Lion.init_single
|
||||
|
||||
|
@@ -1,6 +0,0 @@
|
||||
mlx.optimizers.Optimizer.apply\_gradients
|
||||
=========================================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. automethod:: Optimizer.apply_gradients
|
@@ -1,6 +0,0 @@
|
||||
mlx.optimizers.Optimizer.init
|
||||
=============================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. automethod:: Optimizer.init
|
@@ -1,6 +0,0 @@
|
||||
mlx.optimizers.Optimizer.state
|
||||
==============================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. autoproperty:: Optimizer.state
|
@@ -1,6 +0,0 @@
|
||||
mlx.optimizers.Optimizer.update
|
||||
===============================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. automethod:: Optimizer.update
|
@@ -1,19 +0,0 @@
|
||||
mlx.optimizers.RMSprop
|
||||
======================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. autoclass:: RMSprop
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~RMSprop.__init__
|
||||
~RMSprop.apply_single
|
||||
~RMSprop.init_single
|
||||
|
||||
|
@@ -1,19 +0,0 @@
|
||||
mlx.optimizers.SGD
|
||||
==================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. autoclass:: SGD
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~SGD.__init__
|
||||
~SGD.apply_single
|
||||
~SGD.init_single
|
||||
|
||||
|
Reference in New Issue
Block a user