torch.nn.functional.softsign# torch.nn.functional.softsign(input) → Tensor[source]# Applies element-wise, the function SoftSign(x)=x1+∣x∣ ext{SoftSign}(x) = rac{x}{1 + |x|}SoftSign(x)=1+∣x∣x See Softsign for more details.