This commit is contained in:
CircleCI Docs
2025-09-12 00:17:05 +00:00
parent ec3f487eed
commit d96a372a7d
540 changed files with 5405 additions and 2174 deletions

View File

@@ -0,0 +1,16 @@
mlx.nn.ReLU2
============
.. currentmodule:: mlx.nn
.. autoclass:: ReLU2
.. rubric:: Methods
.. autosummary::

View File

@@ -0,0 +1,11 @@
mlx.nn.relu2
============
.. currentmodule:: mlx.nn
.. autoclass:: relu2

View File

@@ -27,6 +27,7 @@ simple functions.
mish
prelu
relu
relu2
relu6
selu
sigmoid

View File

@@ -50,6 +50,7 @@ Layers
QuantizedLinear
RMSNorm
ReLU
ReLU2
ReLU6
RNN
RoPE