mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-18 10:26:56 +08:00
rebase
This commit is contained in:
6
docs/build/html/_sources/python/_autosummary/mlx.core.async_eval.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.async_eval.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.async\_eval
|
||||
====================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: async_eval
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.broadcast_arrays.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.broadcast_arrays.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.broadcast\_arrays
|
||||
==========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: broadcast_arrays
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.contiguous.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.contiguous.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.contiguous
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: contiguous
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.pinv.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.pinv.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.linalg.pinv
|
||||
====================
|
||||
|
||||
.. currentmodule:: mlx.core.linalg
|
||||
|
||||
.. autofunction:: pinv
|
1
docs/build/html/_sources/python/linalg.rst
vendored
1
docs/build/html/_sources/python/linalg.rst
vendored
@@ -20,5 +20,6 @@ Linear Algebra
|
||||
eigh
|
||||
lu
|
||||
lu_factor
|
||||
pinv
|
||||
solve
|
||||
solve_triangular
|
||||
|
2
docs/build/html/_sources/python/ops.rst
vendored
2
docs/build/html/_sources/python/ops.rst
vendored
@@ -36,10 +36,12 @@ Operations
|
||||
bitwise_or
|
||||
bitwise_xor
|
||||
block_masked_mm
|
||||
broadcast_arrays
|
||||
broadcast_to
|
||||
ceil
|
||||
clip
|
||||
concatenate
|
||||
contiguous
|
||||
conj
|
||||
conjugate
|
||||
convolve
|
||||
|
@@ -9,6 +9,7 @@ Transforms
|
||||
:toctree: _autosummary
|
||||
|
||||
eval
|
||||
async_eval
|
||||
compile
|
||||
custom_function
|
||||
disable_compile
|
||||
|
Reference in New Issue
Block a user