MCPcopy Create free account
hub / github.com/pytorch/pytorch / current_stream

Method current_stream

torch/_dynamo/device_interface.py:85–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84 @staticmethod
85 def current_stream():
86 raise NotImplementedError()
87
88 @staticmethod
89 def set_stream(stream: torch.Stream):

Callers 15

__dlpack__Method · 0.80
from_dlpackFunction · 0.80
to_mapFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
_init_streamsFunction · 0.80
_pre_forward_unshardFunction · 0.80
_root_pre_forwardFunction · 0.80
_pre_backward_hookFunction · 0.80
_post_backward_hookFunction · 0.80

Calls

no outgoing calls