Hardswish
Applies the hardswish function, element-wise, as described in the paper: Searching for MobileNetV3.
nnf_hardswish(input, inplace = FALSE)
input
: (N,*) tensor, where * means, any number of additional dimensionsinplace
: can optionally do the operation in-place. Default: FALSEUseful links