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

25 lines
358 B
ReStructuredText
Raw Normal View History

2023-12-17 13: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-17 17:15:29 -08:00
mish
2023-12-17 13:23:03 -08:00
prelu
2024-01-17 17:15:29 -08:00
relu
selu
2024-02-01 13:08:29 -08:00
softshrink
2023-12-17 13:23:03 -08:00
silu
step