快捷方式

阈值

class torch.ao.nn.quantized.functional.threshold(input, threshold, value)[source]

应用阈值函数的量化版本,逐元素执行

x={xif x>thresholdvalueotherwisex = \begin{cases} x & \text{if~} x > \text{threshold} \\ \text{value} & \text{otherwise} \end{cases}

有关更多详细信息,请参阅 Threshold

返回类型

张量

文档

访问 PyTorch 的全面开发者文档

查看文档

教程

获取面向初学者和高级开发人员的深入教程

查看教程

资源

查找开发资源并获得问题的解答

查看资源