pub fn hard_sigmoid<const D: usize, B>( tensor: Tensor<B, D>, alpha: f64, beta: f64, ) -> Tensor<B, D>where B: Backend,
Applies the hard sigmoid function