torch.nn.functional.relu6¶ torch.nn.functional.relu6(input, inplace=False) → Tensor[源代码]¶ 应用逐元素函数 ReLU6(x)=min(max(0,x),6)\text{ReLU6}(x) = \min(\max(0,x), 6)ReLU6(x)=min(max(0,x),6). 有关更多详细信息,请参阅 ReLU6。 返回类型 张量