View source: R/nnf-activation.R
nnf_silu | R Documentation |
nn_silu()
for more information.Applies the Sigmoid Linear Unit (SiLU) function, element-wise.
See nn_silu()
for more information.
nnf_silu(input, inplace = FALSE)
input |
(N,*) tensor, where * means, any number of additional dimensions |
inplace |
can optionally do the operation in-place. Default: FALSE |
nn_silu()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.