mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-23 05:58:09 +08:00
docs
This commit is contained in:

committed by
CircleCI Docs

parent
65b0bdffe1
commit
9d7133097f
23
docs/build/html/_sources/python/nn/functions.rst
vendored
Normal file
23
docs/build/html/_sources/python/nn/functions.rst
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
.. _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
|
||||
relu
|
||||
prelu
|
||||
silu
|
||||
step
|
||||
selu
|
||||
mish
|
Reference in New Issue
Block a user