Rate this Page
โ˜… โ˜… โ˜… โ˜… โ˜…

torch.mtia.set_stream#

torch.mtia.set_stream(stream)[source]#
Set the current stream.This is a wrapper API to set the stream.

Usage of this function is discouraged in favor of the stream context manager.

Parameters

stream (Stream) โ€“ selected stream. This function is a no-op if this argument is None.