mirror of
https://github.com/ml-explore/mlx.git
synced 2025-11-07 20:58:17 +08:00
rebase
This commit is contained in:
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.ReLU2.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.ReLU2.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.ReLU2
|
||||
============
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: ReLU2
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
||||
11
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.relu2.rst
vendored
Normal file
11
docs/build/html/_sources/python/nn/_autosummary_functions/mlx.nn.relu2.rst
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
mlx.nn.relu2
|
||||
============
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: relu2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ simple functions.
|
||||
mish
|
||||
prelu
|
||||
relu
|
||||
relu2
|
||||
relu6
|
||||
selu
|
||||
sigmoid
|
||||
|
||||
@@ -50,6 +50,7 @@ Layers
|
||||
QuantizedLinear
|
||||
RMSNorm
|
||||
ReLU
|
||||
ReLU2
|
||||
ReLU6
|
||||
RNN
|
||||
RoPE
|
||||
|
||||
Reference in New Issue
Block a user