快捷方式

threshold

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

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

x={x如果 x>thresholdvalue否则x = \begin{cases} x & \text{if~} x > \text{threshold} \\ \text{value} & \text{otherwise} \end{cases}

更多详情请参见 Threshold

返回类型

Tensor

文档

获取 PyTorch 的全面开发者文档

查看文档

教程

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

查看教程

资源

查找开发资源并获取问题的答案

查看资源