mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-18 18:28:12 +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
|
3
docs/build/html/_sources/python/array.rst
vendored
3
docs/build/html/_sources/python/array.rst
vendored
@@ -53,8 +53,9 @@ Array
|
||||
array.sqrt
|
||||
array.square
|
||||
array.squeeze
|
||||
array.swapaxes
|
||||
array.std
|
||||
array.sum
|
||||
array.swapaxes
|
||||
array.transpose
|
||||
array.T
|
||||
array.var
|
||||
|
@@ -17,3 +17,6 @@ made available.
|
||||
init
|
||||
all_sum
|
||||
all_gather
|
||||
send
|
||||
recv
|
||||
recv_like
|
||||
|
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.ConvTranspose1d.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.ConvTranspose1d.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.ConvTranspose1d
|
||||
======================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: ConvTranspose1d
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.ConvTranspose2d.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.ConvTranspose2d.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.ConvTranspose2d
|
||||
======================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: ConvTranspose2d
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.ConvTranspose3d.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.ConvTranspose3d.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.ConvTranspose3d
|
||||
======================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: ConvTranspose3d
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
@@ -16,6 +16,9 @@ Layers
|
||||
Conv1d
|
||||
Conv2d
|
||||
Conv3d
|
||||
ConvTranspose1d
|
||||
ConvTranspose2d
|
||||
ConvTranspose3d
|
||||
Dropout
|
||||
Dropout2d
|
||||
Dropout3d
|
||||
|
4
docs/build/html/_sources/python/ops.rst
vendored
4
docs/build/html/_sources/python/ops.rst
vendored
@@ -45,6 +45,9 @@ Operations
|
||||
conv1d
|
||||
conv2d
|
||||
conv3d
|
||||
conv_transpose1d
|
||||
conv_transpose2d
|
||||
conv_transpose3d
|
||||
conv_general
|
||||
cos
|
||||
cosh
|
||||
@@ -78,6 +81,7 @@ Operations
|
||||
hadamard_transform
|
||||
identity
|
||||
inner
|
||||
isfinite
|
||||
isclose
|
||||
isinf
|
||||
isnan
|
||||
|
Reference in New Issue
Block a user