docs update

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

View File

@@ -0,0 +1,6 @@
mlx.core.atleast\_1d
====================
.. currentmodule:: mlx.core
.. autofunction:: atleast_1d

View File

@@ -0,0 +1,6 @@
mlx.core.atleast\_2d
====================
.. currentmodule:: mlx.core
.. autofunction:: atleast_2d

View File

@@ -0,0 +1,6 @@
mlx.core.atleast\_3d
====================
.. currentmodule:: mlx.core
.. autofunction:: atleast_3d

View File

@@ -0,0 +1,6 @@
mlx.core.conv\_general
======================
.. currentmodule:: mlx.core
.. autofunction:: conv_general

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

View File

@@ -25,6 +25,9 @@ Operations
argpartition
argsort
array_equal
atleast_1d
atleast_2d
atleast_3d
broadcast_to
ceil
clip
@@ -32,6 +35,7 @@ Operations
convolve
conv1d
conv2d
conv_general
cos
cosh
dequantize

View File

@@ -0,0 +1,6 @@
mlx.optimizers.join\_schedules
==============================
.. currentmodule:: mlx.optimizers
.. autofunction:: join_schedules

View File

@@ -0,0 +1,6 @@
mlx.optimizers.linear\_schedule
===============================
.. currentmodule:: mlx.optimizers
.. autofunction:: linear_schedule

View File

@@ -8,6 +8,8 @@ Schedulers
.. autosummary::
:toctree: _autosummary
step_decay
exponential_decay
cosine_decay
exponential_decay
join_schedules
linear_schedule
step_decay