mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-19 02:38:09 +08:00
docs update
This commit is contained in:

committed by
CircleCI Docs

parent
fd78c54288
commit
eede93197d
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.GRU.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.GRU.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.GRU
|
||||
==========
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: GRU
|
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.LSTM.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.LSTM.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.LSTM
|
||||
===========
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: LSTM
|
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.RNN.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.RNN.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.RNN
|
||||
==========
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: RNN
|
@@ -21,9 +21,11 @@ Layers
|
||||
Embedding
|
||||
GELU
|
||||
GroupNorm
|
||||
GRU
|
||||
InstanceNorm
|
||||
LayerNorm
|
||||
Linear
|
||||
LSTM
|
||||
MaxPool1d
|
||||
MaxPool2d
|
||||
Mish
|
||||
@@ -32,6 +34,7 @@ Layers
|
||||
QuantizedLinear
|
||||
RMSNorm
|
||||
ReLU
|
||||
RNN
|
||||
RoPE
|
||||
SELU
|
||||
Sequential
|
||||
|
Reference in New Issue
Block a user