fnhard_swish_op→TensorImplPtrint hard_swish_op(const int & a)sourceeditHard swish y=x⋅hard_sigmoid(x)y = x \cdot \mathrm{hard\_sigmoid}(x)y=x⋅hard_sigmoid(x).See Also HardSwishBackward : Autograd node implementing the gradient rule.ParametersaTensorImplPtrInput tensor.ReturnsTensorImplPtrOutput tensor with the same shape as a.