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

committed by
CircleCI Docs

parent
93cf6e9f5c
commit
20469ce2d1
6
docs/build/html/_sources/python/_autosummary/mlx.core.addmm.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.addmm.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.addmm
|
||||
==============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: addmm
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.as_strided.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.as_strided.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.as\_strided
|
||||
====================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: as_strided
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.cholesky.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.cholesky.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.linalg.cholesky
|
||||
========================
|
||||
|
||||
.. currentmodule:: mlx.core.linalg
|
||||
|
||||
.. autofunction:: cholesky
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.inv.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.inv.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.linalg.inv
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.core.linalg
|
||||
|
||||
.. autofunction:: inv
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.svd.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.svd.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.linalg.svd
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.core.linalg
|
||||
|
||||
.. autofunction:: svd
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.power.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.power.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.power
|
||||
==============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: power
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.remainder.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.remainder.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.remainder
|
||||
==================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: remainder
|
3
docs/build/html/_sources/python/linalg.rst
vendored
3
docs/build/html/_sources/python/linalg.rst
vendored
@@ -8,5 +8,8 @@ Linear Algebra
|
||||
.. autosummary::
|
||||
:toctree: _autosummary
|
||||
|
||||
inv
|
||||
norm
|
||||
cholesky
|
||||
qr
|
||||
svd
|
||||
|
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.Conv3d.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.Conv3d.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.Conv3d
|
||||
=============
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: Conv3d
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
@@ -13,5 +13,6 @@
|
||||
.. autosummary::
|
||||
|
||||
~Embedding.as_linear
|
||||
~Embedding.to_quantized
|
||||
|
||||
|
||||
|
@@ -12,5 +12,6 @@
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Linear.to_quantized
|
||||
|
||||
|
||||
|
@@ -15,6 +15,7 @@ Layers
|
||||
BatchNorm
|
||||
Conv1d
|
||||
Conv2d
|
||||
Conv3d
|
||||
Dropout
|
||||
Dropout2d
|
||||
Dropout3d
|
||||
|
5
docs/build/html/_sources/python/ops.rst
vendored
5
docs/build/html/_sources/python/ops.rst
vendored
@@ -10,6 +10,7 @@ Operations
|
||||
|
||||
abs
|
||||
add
|
||||
addmm
|
||||
all
|
||||
allclose
|
||||
any
|
||||
@@ -26,6 +27,7 @@ Operations
|
||||
argpartition
|
||||
argsort
|
||||
array_equal
|
||||
as_strided
|
||||
atleast_1d
|
||||
atleast_2d
|
||||
atleast_3d
|
||||
@@ -76,6 +78,7 @@ Operations
|
||||
isnan
|
||||
isneginf
|
||||
isposinf
|
||||
issubdtype
|
||||
left_shift
|
||||
less
|
||||
less_equal
|
||||
@@ -106,11 +109,13 @@ Operations
|
||||
outer
|
||||
partition
|
||||
pad
|
||||
power
|
||||
prod
|
||||
quantize
|
||||
quantized_matmul
|
||||
radians
|
||||
reciprocal
|
||||
remainder
|
||||
repeat
|
||||
reshape
|
||||
right_shift
|
||||
|
Reference in New Issue
Block a user