torch.nn.functional.prelu
-
torch.nn.functional.
prelu
(input, weight) → Tensor Applies element-wise the function where weight is a learnable parameter.
See
PReLU
for more details.
torch.nn.functional.
prelu
(input, weight) → TensorApplies element-wise the function where weight is a learnable parameter.
See PReLU
for more details.