mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-22 05:08:08 +08:00
docs
This commit is contained in:

committed by
CircleCI Docs

parent
9d7133097f
commit
de4f3e72fd
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.round.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.round.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.array.round
|
||||
====================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. automethod:: array.round
|
@@ -40,6 +40,7 @@
|
||||
~array.prod
|
||||
~array.reciprocal
|
||||
~array.reshape
|
||||
~array.round
|
||||
~array.rsqrt
|
||||
~array.sin
|
||||
~array.split
|
||||
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.clip.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.clip.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.clip
|
||||
=============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: clip
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.dequantize.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.dequantize.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.dequantize
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: dequantize
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.floor_divide.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.floor_divide.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.floor\_divide
|
||||
======================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: floor_divide
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.linspace.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.linspace.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.linspace
|
||||
=================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: linspace
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.quantize.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.quantize.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.quantize
|
||||
=================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: quantize
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.quantized_matmul.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.quantized_matmul.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.quantized\_matmul
|
||||
==========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: quantized_matmul
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.round.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.round.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.round
|
||||
==============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: round
|
@@ -41,6 +41,7 @@
|
||||
~Module.trainable_parameters
|
||||
~Module.unfreeze
|
||||
~Module.update
|
||||
~Module.update_modules
|
||||
~Module.valid_child_filter
|
||||
~Module.valid_parameter_filter
|
||||
~Module.values
|
||||
|
18
docs/build/html/_sources/python/_autosummary/mlx.optimizers.Lion.rst
vendored
Normal file
18
docs/build/html/_sources/python/_autosummary/mlx.optimizers.Lion.rst
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
mlx.optimizers.Lion
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.optimizers
|
||||
|
||||
.. autoclass:: Lion
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Lion.__init__
|
||||
~Lion.apply_single
|
||||
|
||||
|
Reference in New Issue
Block a user