mlx/docs/src/python/nn/layers.rst

33 lines
361 B
ReStructuredText
Raw Normal View History

.. _layers:
.. currentmodule:: mlx.nn
Layers
------
.. autosummary::
:toctree: _autosummary
:template: nn-module-template.rst
Embedding
ReLU
PReLU
GELU
SiLU
Step
SELU
Mish
Linear
Conv1d
Conv2d
LayerNorm
RMSNorm
GroupNorm
RoPE
MultiHeadAttention
Sequential
QuantizedLinear
2023-12-23 00:02:29 +08:00
Dropout
Dropout2d