Applies the Sigmoid Linear Unit (SiLU) function, element-wise. See nn_silu()
for more information.
nn_silu()
for more information.nnf_silu(input, inplace = FALSE)
input
: (N,*) tensor, where * means, any number of additional dimensionsinplace
: can optionally do the operation in-place. Default: FALSEnn_silu()
.
Useful links