mlx/docs/build/html/_sources/python/nn/functions.rst

24 lines
344 B
ReStructuredText
Raw Normal View History

2023-12-18 05:23:03 +08:00
.. _nn_functions:
.. currentmodule:: mlx.nn
Functions
---------
Layers without parameters (e.g. activation functions) are also provided as
simple functions.
.. autosummary::
:toctree: _autosummary_functions
:template: nn-module-template.rst
gelu
gelu_approx
gelu_fast_approx
2024-01-18 09:15:29 +08:00
mish
2023-12-18 05:23:03 +08:00
prelu
2024-01-18 09:15:29 +08:00
relu
selu
2023-12-18 05:23:03 +08:00
silu
step