mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-19 02:38:09 +08:00
rebase
This commit is contained in:
2
docs/build/html/_sources/install.rst
vendored
2
docs/build/html/_sources/install.rst
vendored
@@ -14,7 +14,7 @@ silicon computer is
|
||||
To install from PyPI you must meet the following requirements:
|
||||
|
||||
- Using an M series chip (Apple silicon)
|
||||
- Using a native Python >= 3.8
|
||||
- Using a native Python >= 3.9
|
||||
- macOS >= 13.5
|
||||
|
||||
.. note::
|
||||
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.imag.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.imag.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.imag
|
||||
=============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: imag
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.real.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.real.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.real
|
||||
=============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: real
|
2
docs/build/html/_sources/python/ops.rst
vendored
2
docs/build/html/_sources/python/ops.rst
vendored
@@ -80,6 +80,7 @@ Operations
|
||||
greater_equal
|
||||
hadamard_transform
|
||||
identity
|
||||
imag
|
||||
inner
|
||||
isfinite
|
||||
isclose
|
||||
@@ -125,6 +126,7 @@ Operations
|
||||
quantize
|
||||
quantized_matmul
|
||||
radians
|
||||
real
|
||||
reciprocal
|
||||
remainder
|
||||
repeat
|
||||
|
Reference in New Issue
Block a user