torch.nn.functional.threshold¶ torch.nn.functional.threshold(input, threshold, value, inplace=False)¶ 对输入张量的每个元素应用阈值。 有关更多详细信息,请参阅 Threshold。 返回值类型 张量