docs update

This commit is contained in:
Awni Hannun
2024-03-14 12:46:45 -07:00
committed by CircleCI Docs
parent 1fbcfa159f
commit bc695f2050
411 changed files with 15444 additions and 13066 deletions

View File

@@ -0,0 +1,6 @@
mlx.core.isclose
================
.. currentmodule:: mlx.core
.. autofunction:: isclose

View File

@@ -0,0 +1,6 @@
mlx.core.metal.get\_active\_memory
==================================
.. currentmodule:: mlx.core.metal
.. autofunction:: get_active_memory

View File

@@ -0,0 +1,6 @@
mlx.core.metal.get\_cache\_memory
=================================
.. currentmodule:: mlx.core.metal
.. autofunction:: get_cache_memory

View File

@@ -0,0 +1,6 @@
mlx.core.metal.get\_peak\_memory
================================
.. currentmodule:: mlx.core.metal
.. autofunction:: get_peak_memory

View File

@@ -0,0 +1,6 @@
mlx.core.metal.is\_available
============================
.. currentmodule:: mlx.core.metal
.. autofunction:: is_available

View File

@@ -0,0 +1,6 @@
mlx.core.metal.set\_cache\_limit
================================
.. currentmodule:: mlx.core.metal
.. autofunction:: set_cache_limit

View File

@@ -0,0 +1,6 @@
mlx.core.metal.set\_memory\_limit
=================================
.. currentmodule:: mlx.core.metal
.. autofunction:: set_memory_limit

View File

@@ -0,0 +1,6 @@
mlx.core.tile
=============
.. currentmodule:: mlx.core
.. autofunction:: tile

View File

@@ -0,0 +1,6 @@
mlx.core.topk
=============
.. currentmodule:: mlx.core
.. autofunction:: topk

View File

@@ -1,19 +0,0 @@
mlx.optimizers.AdaDelta
=======================
.. currentmodule:: mlx.optimizers
.. autoclass:: AdaDelta
.. rubric:: Methods
.. autosummary::
~AdaDelta.__init__
~AdaDelta.apply_single
~AdaDelta.init_single

View File

@@ -1,19 +0,0 @@
mlx.optimizers.Adafactor
========================
.. currentmodule:: mlx.optimizers
.. autoclass:: Adafactor
.. rubric:: Methods
.. autosummary::
~Adafactor.__init__
~Adafactor.apply_single
~Adafactor.init_single

View File

@@ -1,19 +0,0 @@
mlx.optimizers.Adagrad
======================
.. currentmodule:: mlx.optimizers
.. autoclass:: Adagrad
.. rubric:: Methods
.. autosummary::
~Adagrad.__init__
~Adagrad.apply_single
~Adagrad.init_single

View File

@@ -1,19 +0,0 @@
mlx.optimizers.Adam
===================
.. currentmodule:: mlx.optimizers
.. autoclass:: Adam
.. rubric:: Methods
.. autosummary::
~Adam.__init__
~Adam.apply_single
~Adam.init_single

View File

@@ -1,18 +0,0 @@
mlx.optimizers.AdamW
====================
.. currentmodule:: mlx.optimizers
.. autoclass:: AdamW
.. rubric:: Methods
.. autosummary::
~AdamW.__init__
~AdamW.apply_single

View File

@@ -1,19 +0,0 @@
mlx.optimizers.Adamax
=====================
.. currentmodule:: mlx.optimizers
.. autoclass:: Adamax
.. rubric:: Methods
.. autosummary::
~Adamax.__init__
~Adamax.apply_single
~Adamax.init_single

View File

@@ -1,19 +0,0 @@
mlx.optimizers.Lion
===================
.. currentmodule:: mlx.optimizers
.. autoclass:: Lion
.. rubric:: Methods
.. autosummary::
~Lion.__init__
~Lion.apply_single
~Lion.init_single

View File

@@ -1,6 +0,0 @@
mlx.optimizers.Optimizer.apply\_gradients
=========================================
.. currentmodule:: mlx.optimizers
.. automethod:: Optimizer.apply_gradients

View File

@@ -1,6 +0,0 @@
mlx.optimizers.Optimizer.init
=============================
.. currentmodule:: mlx.optimizers
.. automethod:: Optimizer.init

View File

@@ -1,6 +0,0 @@
mlx.optimizers.Optimizer.state
==============================
.. currentmodule:: mlx.optimizers
.. autoproperty:: Optimizer.state

View File

@@ -1,6 +0,0 @@
mlx.optimizers.Optimizer.update
===============================
.. currentmodule:: mlx.optimizers
.. automethod:: Optimizer.update

View File

@@ -1,19 +0,0 @@
mlx.optimizers.RMSprop
======================
.. currentmodule:: mlx.optimizers
.. autoclass:: RMSprop
.. rubric:: Methods
.. autosummary::
~RMSprop.__init__
~RMSprop.apply_single
~RMSprop.init_single

View File

@@ -1,19 +0,0 @@
mlx.optimizers.SGD
==================
.. currentmodule:: mlx.optimizers
.. autoclass:: SGD
.. rubric:: Methods
.. autosummary::
~SGD.__init__
~SGD.apply_single
~SGD.init_single