mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-21 04:31:48 +08:00
docs update
This commit is contained in:

committed by
CircleCI Docs

parent
8b5550f9f8
commit
ba26fe5be5
6
docs/build/html/_sources/python/_autosummary/mlx.core.expm1.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.expm1.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.expm1
|
||||
==============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: expm1
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.meshgrid.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.meshgrid.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.meshgrid
|
||||
=================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: meshgrid
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.start_capture.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.start_capture.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.metal.start\_capture
|
||||
=============================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: start_capture
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.stop_capture.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.metal.stop_capture.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.metal.stop\_capture
|
||||
============================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: stop_capture
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.random.multivariate_normal.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.random.multivariate_normal.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.random.multivariate\_normal
|
||||
====================================
|
||||
|
||||
.. currentmodule:: mlx.core.random
|
||||
|
||||
.. autofunction:: multivariate_normal
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.std.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.std.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.std
|
||||
============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: std
|
4
docs/build/html/_sources/python/metal.rst
vendored
4
docs/build/html/_sources/python/metal.rst
vendored
@@ -3,7 +3,7 @@ Metal
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autosummary::
|
||||
.. autosummary::
|
||||
:toctree: _autosummary
|
||||
|
||||
is_available
|
||||
@@ -12,3 +12,5 @@ Metal
|
||||
get_cache_memory
|
||||
set_memory_limit
|
||||
set_cache_limit
|
||||
start_capture
|
||||
stop_capture
|
||||
|
7
docs/build/html/_sources/python/ops.rst
vendored
7
docs/build/html/_sources/python/ops.rst
vendored
@@ -5,13 +5,13 @@ Operations
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autosummary::
|
||||
.. autosummary::
|
||||
:toctree: _autosummary
|
||||
|
||||
abs
|
||||
add
|
||||
all
|
||||
allclose
|
||||
allclose
|
||||
any
|
||||
arange
|
||||
arccos
|
||||
@@ -51,6 +51,7 @@ Operations
|
||||
erf
|
||||
erfinv
|
||||
exp
|
||||
expm1
|
||||
expand_dims
|
||||
eye
|
||||
flatten
|
||||
@@ -83,6 +84,7 @@ Operations
|
||||
max
|
||||
maximum
|
||||
mean
|
||||
meshgrid
|
||||
min
|
||||
minimum
|
||||
moveaxis
|
||||
@@ -117,6 +119,7 @@ Operations
|
||||
square
|
||||
squeeze
|
||||
stack
|
||||
std
|
||||
stop_gradient
|
||||
subtract
|
||||
sum
|
||||
|
1
docs/build/html/_sources/python/random.rst
vendored
1
docs/build/html/_sources/python/random.rst
vendored
@@ -38,6 +38,7 @@ we use a splittable version of Threefry, which is a counter-based PRNG.
|
||||
gumbel
|
||||
key
|
||||
normal
|
||||
multivariate_normal
|
||||
randint
|
||||
seed
|
||||
split
|
||||
|
Reference in New Issue
Block a user