mlx.nn.softplus# mlx.nn.softplus(x)# Applies the Softplus function. Applies \(\log(1 + \exp(x))\) element wise.