torch.nn.functional.softsign¶ torch.nn.functional.softsign(input) → Tensor[原始碼][原始碼]¶ 逐個元素應用函數 SoftSign(x)=x1+∣x∣\text{SoftSign}(x) = \frac{x}{1 + |x|}SoftSign(x)=1+∣x∣x。 詳見 Softsign 以獲得更多詳細資訊。