system-prompts/prompts/gpts/knowledge/MLX Guru/functions.txt
2024-01-26 10:03:11 -08:00

23 lines
344 B
Text

.. _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
mish
prelu
relu
selu
silu
step