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
6a6ffb598d
commit
a68317ae17
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.CELU.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.CELU.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.CELU
|
||||
===========
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: CELU
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.ELU.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.ELU.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.ELU
|
||||
==========
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: ELU
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.LogSigmoid.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.LogSigmoid.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.LogSigmoid
|
||||
=================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: LogSigmoid
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.LogSoftmax.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.LogSoftmax.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.LogSoftmax
|
||||
=================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: LogSoftmax
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.Sigmoid.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.Sigmoid.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.Sigmoid
|
||||
==============
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: Sigmoid
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
11
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.celu.rst
vendored
Normal file
11
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.celu.rst
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
mlx.nn.celu
|
||||
===========
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: celu
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -13,6 +13,7 @@ simple functions.
|
||||
:template: nn-module-template.rst
|
||||
|
||||
elu
|
||||
celu
|
||||
gelu
|
||||
gelu_approx
|
||||
gelu_fast_approx
|
||||
|
@@ -13,6 +13,7 @@ Layers
|
||||
AvgPool1d
|
||||
AvgPool2d
|
||||
BatchNorm
|
||||
CELU
|
||||
Conv1d
|
||||
Conv2d
|
||||
Conv3d
|
||||
@@ -23,6 +24,7 @@ Layers
|
||||
Dropout2d
|
||||
Dropout3d
|
||||
Embedding
|
||||
ELU
|
||||
GELU
|
||||
GLU
|
||||
GroupNorm
|
||||
@@ -34,6 +36,8 @@ Layers
|
||||
LayerNorm
|
||||
LeakyReLU
|
||||
Linear
|
||||
LogSigmoid
|
||||
LogSoftmax
|
||||
LSTM
|
||||
MaxPool1d
|
||||
MaxPool2d
|
||||
@@ -49,6 +53,7 @@ Layers
|
||||
RoPE
|
||||
SELU
|
||||
Sequential
|
||||
Sigmoid
|
||||
SiLU
|
||||
SinusoidalPositionalEncoding
|
||||
Softmin
|
||||
|
Reference in New Issue
Block a user