xlnstorch.operators.lns_hardshrink# xlnstorch.operators.lns_hardshrink(x, lambd, base)# See docs for torch.hardshrink() for parameter/return details. Typically, torch.Tensor arguments are the equivalent internal representations of LNStensors. Parameters: x (Tensor) lambd (Tensor) base (Tensor) Return type: Tensor