mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 17:31:16 +08:00
format
This commit is contained in:
parent
3713832e5e
commit
a315af8981
@ -6,6 +6,7 @@ from mlx.nn.layers.activations import (
|
|||||||
GELU,
|
GELU,
|
||||||
GLU,
|
GLU,
|
||||||
SELU,
|
SELU,
|
||||||
|
ClippedSiLU,
|
||||||
HardShrink,
|
HardShrink,
|
||||||
Hardswish,
|
Hardswish,
|
||||||
HardTanh,
|
HardTanh,
|
||||||
@ -18,7 +19,6 @@ from mlx.nn.layers.activations import (
|
|||||||
ReLU6,
|
ReLU6,
|
||||||
Sigmoid,
|
Sigmoid,
|
||||||
SiLU,
|
SiLU,
|
||||||
ClippedSiLU,
|
|
||||||
Softmax,
|
Softmax,
|
||||||
Softmin,
|
Softmin,
|
||||||
Softplus,
|
Softplus,
|
||||||
@ -27,6 +27,7 @@ from mlx.nn.layers.activations import (
|
|||||||
Step,
|
Step,
|
||||||
Tanh,
|
Tanh,
|
||||||
celu,
|
celu,
|
||||||
|
clipped_silu,
|
||||||
elu,
|
elu,
|
||||||
gelu,
|
gelu,
|
||||||
gelu_approx,
|
gelu_approx,
|
||||||
@ -45,7 +46,6 @@ from mlx.nn.layers.activations import (
|
|||||||
selu,
|
selu,
|
||||||
sigmoid,
|
sigmoid,
|
||||||
silu,
|
silu,
|
||||||
clipped_silu,
|
|
||||||
softmax,
|
softmax,
|
||||||
softmin,
|
softmin,
|
||||||
softplus,
|
softplus,
|
||||||
|
Loading…
Reference in New Issue
Block a user