docs update

This commit is contained in:
Awni Hannun
2024-02-29 12:39:18 -08:00
committed by CircleCI Docs
parent 2c714de62a
commit 1fbcfa159f
378 changed files with 23040 additions and 2138 deletions

View File

@@ -0,0 +1,6 @@
mlx.nn.Upsample
===============
.. currentmodule:: mlx.nn
.. autoclass:: Upsample

View File

@@ -0,0 +1,6 @@
mlx.nn.elu
==========
.. currentmodule:: mlx.nn
.. autofunction:: elu

View File

@@ -0,0 +1,6 @@
mlx.nn.glu
==========
.. currentmodule:: mlx.nn
.. autofunction:: glu

View File

@@ -0,0 +1,6 @@
mlx.nn.hardswish
================
.. currentmodule:: mlx.nn
.. autofunction:: hardswish

View File

@@ -0,0 +1,6 @@
mlx.nn.leaky\_relu
==================
.. currentmodule:: mlx.nn
.. autofunction:: leaky_relu

View File

@@ -0,0 +1,6 @@
mlx.nn.log\_sigmoid
===================
.. currentmodule:: mlx.nn
.. autofunction:: log_sigmoid

View File

@@ -0,0 +1,6 @@
mlx.nn.log\_softmax
===================
.. currentmodule:: mlx.nn
.. autofunction:: log_softmax

View File

@@ -0,0 +1,6 @@
mlx.nn.relu6
============
.. currentmodule:: mlx.nn
.. autofunction:: relu6

View File

@@ -0,0 +1,6 @@
mlx.nn.sigmoid
==============
.. currentmodule:: mlx.nn
.. autofunction:: sigmoid

View File

@@ -0,0 +1,6 @@
mlx.nn.softmax
==============
.. currentmodule:: mlx.nn
.. autofunction:: softmax

View File

@@ -0,0 +1,6 @@
mlx.nn.softplus
===============
.. currentmodule:: mlx.nn
.. autofunction:: softplus

View File

@@ -0,0 +1,6 @@
mlx.nn.tanh
===========
.. currentmodule:: mlx.nn
.. autofunction:: tanh

View File

@@ -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

View File

@@ -40,3 +40,4 @@ Layers
Softshrink
Step
Transformer
Upsample