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.linalg.eigh.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.eigh.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.linalg.eigh
|
||||
====================
|
||||
|
||||
.. currentmodule:: mlx.core.linalg
|
||||
|
||||
.. autofunction:: eigh
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.eigvalsh.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.eigvalsh.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.linalg.eigvalsh
|
||||
========================
|
||||
|
||||
.. currentmodule:: mlx.core.linalg
|
||||
|
||||
.. autofunction:: eigvalsh
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.set_wired_limit.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.set_wired_limit.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.metal.set\_wired\_limit
|
||||
================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: set_wired_limit
|
2
docs/build/html/_sources/python/linalg.rst
vendored
2
docs/build/html/_sources/python/linalg.rst
vendored
@@ -16,3 +16,5 @@ Linear Algebra
|
||||
cross
|
||||
qr
|
||||
svd
|
||||
eigvalsh
|
||||
eigh
|
||||
|
1
docs/build/html/_sources/python/metal.rst
vendored
1
docs/build/html/_sources/python/metal.rst
vendored
@@ -14,6 +14,7 @@ Metal
|
||||
get_cache_memory
|
||||
set_memory_limit
|
||||
set_cache_limit
|
||||
set_wired_limit
|
||||
clear_cache
|
||||
start_capture
|
||||
stop_capture
|
||||
|
Reference in New Issue
Block a user