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
e492638dff
commit
2c714de62a
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.AvgPool1d.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.AvgPool1d.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.AvgPool1d
|
||||
================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: AvgPool1d
|
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.AvgPool2d.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.AvgPool2d.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.AvgPool2d
|
||||
================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: AvgPool2d
|
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.MaxPool1d.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.MaxPool1d.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.MaxPool1d
|
||||
================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: MaxPool1d
|
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.MaxPool2d.rst
vendored
Normal file
6
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.MaxPool2d.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.nn.MaxPool2d
|
||||
================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: MaxPool2d
|
@@ -10,6 +10,8 @@ Layers
|
||||
:template: nn-module-template.rst
|
||||
|
||||
ALiBi
|
||||
AvgPool1d
|
||||
AvgPool2d
|
||||
BatchNorm
|
||||
Conv1d
|
||||
Conv2d
|
||||
@@ -22,6 +24,8 @@ Layers
|
||||
InstanceNorm
|
||||
LayerNorm
|
||||
Linear
|
||||
MaxPool1d
|
||||
MaxPool2d
|
||||
Mish
|
||||
MultiHeadAttention
|
||||
PReLU
|
||||
|
Reference in New Issue
Block a user