torch.nn.functional.softsign torch.nn.functional.softsign(input) → Tensor[源代码] 逐元素应用函数 $\text{SoftSign}(x) = \frac{x}{1 + |x|}$ 更多详情请参见Softsign。