Hardsigmoid
Applies the element-wise function
nnf_hardsigmoid(input, inplace = FALSE)
input
: (N,*) tensor, where * means, any number of additional dimensionsinplace
: NA If set to True
, will do this operation in-place. Default: False
Useful links