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

committed by
CircleCI Docs

parent
2360620475
commit
ba4eff9520
@@ -55,6 +55,7 @@
|
||||
~array.tolist
|
||||
~array.transpose
|
||||
~array.var
|
||||
~array.view
|
||||
|
||||
|
||||
|
||||
|
@@ -1,6 +0,0 @@
|
||||
mlx.core.block\_sparse\_mm
|
||||
==========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: block_sparse_mm
|
25
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.Group.rst
vendored
Normal file
25
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.Group.rst
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
mlx.core.distributed.Group
|
||||
==========================
|
||||
|
||||
.. currentmodule:: mlx.core.distributed
|
||||
|
||||
.. autoclass:: Group
|
||||
|
||||
|
||||
.. automethod:: __init__
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Group.__init__
|
||||
~Group.rank
|
||||
~Group.size
|
||||
~Group.split
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.all_gather.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.all_gather.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.distributed.all\_gather
|
||||
================================
|
||||
|
||||
.. currentmodule:: mlx.core.distributed
|
||||
|
||||
.. autofunction:: all_gather
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.all_sum.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.all_sum.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.distributed.all\_sum
|
||||
=============================
|
||||
|
||||
.. currentmodule:: mlx.core.distributed
|
||||
|
||||
.. autofunction:: all_sum
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.init.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.init.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.distributed.init
|
||||
=========================
|
||||
|
||||
.. currentmodule:: mlx.core.distributed
|
||||
|
||||
.. autofunction:: init
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.is_available.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.is_available.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.distributed.is\_available
|
||||
==================================
|
||||
|
||||
.. currentmodule:: mlx.core.distributed
|
||||
|
||||
.. autofunction:: is_available
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.view.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.view.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.view
|
||||
=============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: view
|
Reference in New Issue
Block a user