mlx.nn.prelu# mlx.nn.prelu(x: array, alpha: array) → array# Applies the element-wise parametric ReLU. \[\text{PReLU}(x) = \max(0,x) + a * \min(0,x)\] where \(a\) is an array.