Celu
Applies element-wise, .
nnf_celu(input, alpha = 1, inplace = FALSE) nnf_celu_(input, alpha = 1)
input
: (N,*) tensor, where * means, any number of additional dimensionsalpha
: the alpha value for the CELU formulation. Default: 1.0inplace
: can optionally do the operation in-place. Default: FALSEUseful links