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

committed by
CircleCI Docs

parent
9da49a07a4
commit
d44f06ae79
@@ -50,6 +50,7 @@
|
||||
~array.sqrt
|
||||
~array.square
|
||||
~array.squeeze
|
||||
~array.std
|
||||
~array.sum
|
||||
~array.swapaxes
|
||||
~array.tolist
|
||||
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.std.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.std.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.array.std
|
||||
==================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. automethod:: array.std
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.conv_transpose1d.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.conv_transpose1d.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.conv\_transpose1d
|
||||
==========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: conv_transpose1d
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.conv_transpose2d.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.conv_transpose2d.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.conv\_transpose2d
|
||||
==========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: conv_transpose2d
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.conv_transpose3d.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.conv_transpose3d.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.conv\_transpose3d
|
||||
==========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: conv_transpose3d
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.recv.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.recv.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.distributed.recv
|
||||
=========================
|
||||
|
||||
.. currentmodule:: mlx.core.distributed
|
||||
|
||||
.. autofunction:: recv
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.recv_like.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.recv_like.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.distributed.recv\_like
|
||||
===============================
|
||||
|
||||
.. currentmodule:: mlx.core.distributed
|
||||
|
||||
.. autofunction:: recv_like
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.send.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.distributed.send.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.distributed.send
|
||||
=========================
|
||||
|
||||
.. currentmodule:: mlx.core.distributed
|
||||
|
||||
.. autofunction:: send
|
@@ -3,20 +3,4 @@
|
||||
|
||||
.. currentmodule:: mlx.core.fast
|
||||
|
||||
.. autoclass:: metal_kernel
|
||||
|
||||
|
||||
.. automethod:: __init__
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~metal_kernel.__init__
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. autofunction:: metal_kernel
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.isfinite.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.isfinite.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.isfinite
|
||||
=================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: isfinite
|
Reference in New Issue
Block a user