mlx.nn.Mish# class Mish# 逐元素应用 Mish 函数。 参考: https://arxiv.org/abs/1908.08681 \[\text{Mish}(x) = x * \text{Tanh}(\text{Softplus}(x))\] 方法