API symbolsnn
Copy
tensorplay.nn.functional.logsigmoid
- tensorplay.nn.functional.logsigmoid(input) Tensor[source]
Applies element-wise \(\text{LogSigmoid}(x_i) = \log \left(\frac{1}{1 + \exp(-x_i)}\right)\)
See
LogSigmoidfor more details.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
