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