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
7534da7269
commit
c465c51cbb
6
docs/build/html/_sources/python/_autosummary/mlx.core.isinf.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.isinf.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.isinf
|
||||
==============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: isinf
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.isnan.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.isnan.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.isnan
|
||||
==============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: isnan
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.isneginf.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.isneginf.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.isneginf
|
||||
=================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: isneginf
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.isposinf.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.isposinf.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.isposinf
|
||||
=================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: isposinf
|
@@ -15,9 +15,9 @@ simple functions.
|
||||
gelu
|
||||
gelu_approx
|
||||
gelu_fast_approx
|
||||
relu
|
||||
mish
|
||||
prelu
|
||||
relu
|
||||
selu
|
||||
silu
|
||||
step
|
||||
selu
|
||||
mish
|
||||
|
36
docs/build/html/_sources/python/nn/layers.rst
vendored
36
docs/build/html/_sources/python/nn/layers.rst
vendored
@@ -9,29 +9,29 @@ Layers
|
||||
:toctree: _autosummary
|
||||
:template: nn-module-template.rst
|
||||
|
||||
Sequential
|
||||
ReLU
|
||||
PReLU
|
||||
GELU
|
||||
SiLU
|
||||
Step
|
||||
SELU
|
||||
Mish
|
||||
Embedding
|
||||
Linear
|
||||
QuantizedLinear
|
||||
ALiBi
|
||||
BatchNorm
|
||||
Conv1d
|
||||
Conv2d
|
||||
BatchNorm
|
||||
LayerNorm
|
||||
RMSNorm
|
||||
GroupNorm
|
||||
InstanceNorm
|
||||
Dropout
|
||||
Dropout2d
|
||||
Dropout3d
|
||||
Transformer
|
||||
Embedding
|
||||
GELU
|
||||
GroupNorm
|
||||
InstanceNorm
|
||||
LayerNorm
|
||||
Linear
|
||||
Mish
|
||||
MultiHeadAttention
|
||||
ALiBi
|
||||
PReLU
|
||||
QuantizedLinear
|
||||
RMSNorm
|
||||
ReLU
|
||||
RoPE
|
||||
SELU
|
||||
Sequential
|
||||
SiLU
|
||||
SinusoidalPositionalEncoding
|
||||
Step
|
||||
Transformer
|
||||
|
10
docs/build/html/_sources/python/nn/losses.rst
vendored
10
docs/build/html/_sources/python/nn/losses.rst
vendored
@@ -10,14 +10,14 @@ Loss Functions
|
||||
:template: nn-module-template.rst
|
||||
|
||||
binary_cross_entropy
|
||||
cosine_similarity_loss
|
||||
cross_entropy
|
||||
hinge_loss
|
||||
huber_loss
|
||||
kl_div_loss
|
||||
l1_loss
|
||||
log_cosh_loss
|
||||
mse_loss
|
||||
nll_loss
|
||||
smooth_l1_loss
|
||||
triplet_loss
|
||||
hinge_loss
|
||||
huber_loss
|
||||
log_cosh_loss
|
||||
cosine_similarity_loss
|
||||
triplet_loss
|
4
docs/build/html/_sources/python/ops.rst
vendored
4
docs/build/html/_sources/python/ops.rst
vendored
@@ -51,6 +51,10 @@ Operations
|
||||
greater_equal
|
||||
identity
|
||||
inner
|
||||
isnan
|
||||
isposinf
|
||||
isneginf
|
||||
isinf
|
||||
less
|
||||
less_equal
|
||||
linspace
|
||||
|
8
docs/build/html/_sources/python/random.rst
vendored
8
docs/build/html/_sources/python/random.rst
vendored
@@ -33,13 +33,13 @@ we use a splittable version of Threefry, which is a counter-based PRNG.
|
||||
.. autosummary::
|
||||
:toctree: _autosummary
|
||||
|
||||
seed
|
||||
key
|
||||
split
|
||||
bernoulli
|
||||
categorical
|
||||
gumbel
|
||||
key
|
||||
normal
|
||||
randint
|
||||
uniform
|
||||
seed
|
||||
split
|
||||
truncated_normal
|
||||
uniform
|
||||
|
Reference in New Issue
Block a user