mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
adding to __init__.py
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user