Rate this Page

torch.cpu.current_stream#

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

Returns the currently selectedStream for a given device.

Parameters

device (torch.device orint,optional) – Ignored.

Return type

Stream

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