Relu
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 dimensionsinplace
: can optionally do the operation in-place. Default: FALSEUseful links