mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-06 19:50:22 +08:00
adding to __init__.py
This commit is contained in:
parent
a426880baf
commit
9cb6df5960
@ -18,6 +18,7 @@ from mlx.nn.layers.activations import (
|
||||
ReLU6,
|
||||
Sigmoid,
|
||||
SiLU,
|
||||
ClippedSiLU,
|
||||
Softmax,
|
||||
Softmin,
|
||||
Softplus,
|
||||
@ -44,6 +45,7 @@ from mlx.nn.layers.activations import (
|
||||
selu,
|
||||
sigmoid,
|
||||
silu,
|
||||
clipped_silu,
|
||||
softmax,
|
||||
softmin,
|
||||
softplus,
|
||||
|
Loading…
Reference in New Issue
Block a user