Prelu
Applies element-wise the function PReLU(x)=max(0,x)+weight∗min(0,x)PReLU(x) = max(0,x) + weight * min(0,x)PReLU(x)=max(0,x)+weight∗min(0,x)
where weight is a learnable parameter.
nnf_prelu(input, weight)
input
weight
Useful links