mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-21 12:38:10 +08:00
docs update
This commit is contained in:

committed by
CircleCI Docs

parent
2c714de62a
commit
1fbcfa159f
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.Upsample.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.Upsample.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.Upsample
|
||||
===============
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: Upsample
|
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.elu.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.elu.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.elu
|
||||
==========
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autofunction:: elu
|
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.glu.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.glu.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.glu
|
||||
==========
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autofunction:: glu
|
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.hardswish.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.hardswish.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.hardswish
|
||||
================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autofunction:: hardswish
|
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.leaky_relu.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.leaky_relu.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.leaky\_relu
|
||||
==================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autofunction:: leaky_relu
|
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.log_sigmoid.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.log_sigmoid.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.log\_sigmoid
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autofunction:: log_sigmoid
|
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.log_softmax.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.log_softmax.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.log\_softmax
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autofunction:: log_softmax
|
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.relu6.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.relu6.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.relu6
|
||||
============
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autofunction:: relu6
|
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.sigmoid.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.sigmoid.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.sigmoid
|
||||
==============
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autofunction:: sigmoid
|
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.softmax.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.softmax.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.softmax
|
||||
==============
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autofunction:: softmax
|
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.softplus.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.softplus.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.softplus
|
||||
===============
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autofunction:: softplus
|
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.tanh.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.tanh.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.tanh
|
||||
===========
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autofunction:: tanh
|
13
docs/build/html/_sources/python/nn/functions.rst
vendored
13
docs/build/html/_sources/python/nn/functions.rst
vendored
@@ -12,13 +12,24 @@ simple functions.
|
||||
:toctree: _autosummary_functions
|
||||
:template: nn-module-template.rst
|
||||
|
||||
elu
|
||||
gelu
|
||||
gelu_approx
|
||||
gelu_fast_approx
|
||||
glu
|
||||
hardswish
|
||||
leaky_relu
|
||||
log_sigmoid
|
||||
log_softmax
|
||||
mish
|
||||
prelu
|
||||
relu
|
||||
relu6
|
||||
selu
|
||||
softshrink
|
||||
sigmoid
|
||||
silu
|
||||
softmax
|
||||
softplus
|
||||
softshrink
|
||||
step
|
||||
tanh
|
||||
|
@@ -40,3 +40,4 @@ Layers
|
||||
Softshrink
|
||||
Step
|
||||
Transformer
|
||||
Upsample
|
Reference in New Issue
Block a user