minuet.nn.activations#
Classes
|
Applies |
|
Applies |
|
Applies |
- class LeakyReLU(negative_slope: float = 1e-2, inplace: bool = False)#
Applies
torch.nn.LeakyReLUon the feature tensor of the givenSparseTensorx.
- class ReLU(inplace: bool = False)#
Applies
torch.nn.ReLUon the feature tensor of the givenSparseTensorx.
- class ReLU6(inplace: bool = False)#
Applies
torch.nn.ReLU6on the feature tensor of the givenSparseTensorx.