Shortcuts

torch.nn.functional.hardtanh

torch.nn.functional.hardtanh(input, min_val=-1., max_val=1., inplace=False) Tensor[source]

Applies the HardTanh function element-wise. See Hardtanh for more details.

Return type

Tensor

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources