torch.nn.functional.hardshrink¶ torch.nn.functional.hardshrink(input, lambd=0.5) → Tensor¶ 逐元素应用硬阈值函数 有关更多详细信息,请参阅 Hardshrink。