Shortcuts

torch.cpu.current_stream

torch.cpu.current_stream(device=None)[source]

Returns the currently selected Stream for a given device.

Parameters

device (torch.device or int, optional) – Ignored.

Return type

Stream

N.B. This function only exists to facilitate device-agnostic code

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