This commit is contained in:
Awni Hannun
2023-12-21 22:13:41 -08:00
committed by CircleCI Docs
parent 9d7133097f
commit de4f3e72fd
273 changed files with 13936 additions and 1646 deletions

View File

@@ -0,0 +1,6 @@
mlx.core.array.round
====================
.. currentmodule:: mlx.core
.. automethod:: array.round

View File

@@ -40,6 +40,7 @@
~array.prod
~array.reciprocal
~array.reshape
~array.round
~array.rsqrt
~array.sin
~array.split

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
mlx.core.floor\_divide
======================
.. currentmodule:: mlx.core
.. autofunction:: floor_divide

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
mlx.core.quantized\_matmul
==========================
.. currentmodule:: mlx.core
.. autofunction:: quantized_matmul

View File

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

View File

@@ -41,6 +41,7 @@
~Module.trainable_parameters
~Module.unfreeze
~Module.update
~Module.update_modules
~Module.valid_child_filter
~Module.valid_parameter_filter
~Module.values

View File

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