TensorPlay
API symbolsnn
Copy
View MarkdownDownload .md

tensorplay.nn.functional.softsign

tensorplay.nn.functional.softsign(input) Tensor[source]

Applies element-wise, the function \(\text{SoftSign}(x) = \frac{x}{1 + |x|}\)

See Softsign for more details.

Ask DeepWiki