torch.nn.functional.softsign¶ torch.nn.functional.softsign(input) → Tensor[source][source]¶ 逐元素應用函式 SoftSign(x)=x1+∣x∣\text{SoftSign}(x) = \frac{x}{1 + |x|}SoftSign(x)=1+∣x∣x 更多詳情請參閱 Softsign。