Home
last modified time | relevance | path

Searched defs:_set_stream_by_id (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddevice_interface.py103 def _set_stream_by_id(stream_id: int, device_index: int, device_type: int): member in DeviceInterface
199 _set_stream_by_id = staticmethod(torch.cuda._set_stream_by_id) # type: ignore[assignment] variable in CudaInterface
270 _set_stream_by_id = staticmethod(torch.xpu._set_stream_by_id) # type: ignore[assignment] variable in XpuInterface
/aosp_15_r20/external/pytorch/torch/xpu/
H A D__init__.py327 def _set_stream_by_id(stream_id, device_index, device_type): function
/aosp_15_r20/external/pytorch/torch/cuda/
H A D__init__.py610 def _set_stream_by_id(stream_id, device_index, device_type): function