Shortcuts

torch.nn.functional.threshold

torch.nn.functional.threshold(input, threshold, value, inplace=False)

Apply a threshold to each element of the input Tensor.

See Threshold 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