pub fn silu(input: &Tensor) -> Tensor
Elementwise SiLU (Swish) activation: x * sigmoid(x).
x * sigmoid(x)