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

torch.mtia.stream#

torch.mtia.stream(stream)[source]#

Wrap around the Context-manager StreamContext that selects a given stream.

Parameters:

stream (Stream) โ€“ selected stream. This manager is a no-op if itโ€™s None.

Return type:

StreamContext

Note

In eager mode stream is of type Stream class while in JIT it doesnโ€™t support torch.mtia.stream