pub fn mish(input: &Tensor) -> Tensor
Elementwise Mish activation: x * tanh(ln(1 + exp(x))).
x * tanh(ln(1 + exp(x)))