View source: R/nnf-activation.R
nnf_hardsigmoid | R Documentation |
Applies the element-wise function \mbox{Hardsigmoid}(x) = \frac{ReLU6(x + 3)}{6}
nnf_hardsigmoid(input, inplace = FALSE)
input |
(N,*) tensor, where * means, any number of additional dimensions |
inplace |
NA If set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.