hardtanh¶
-
class
torch.nn.quantized.functional.
hardtanh
(input, min_val=- 1.0, max_val=1.0, inplace=False)[source]¶ This is the quantized version of
hardtanh()
.
torch.nn.quantized.functional.
hardtanh
(input, min_val=- 1.0, max_val=1.0, inplace=False)[source]¶This is the quantized version of hardtanh()
.