Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddevice_interface.py75 def maybe_exchange_device(device: int) -> int: member in DeviceInterface
204maybe_exchange_device = staticmethod(torch.cuda._maybe_exchange_device) # type: ignore[arg-type] variable in CudaInterface
275 maybe_exchange_device = staticmethod(torch.xpu._maybe_exchange_device) # type: ignore[arg-type] variable in XpuInterface
/aosp_15_r20/external/pytorch/test/inductor/extension_backends/triton/
H A Ddevice_interface.py83 def maybe_exchange_device(device: int) -> int: member in DeviceInterface
/aosp_15_r20/external/pytorch/c10/xpu/
H A DXPUFunctions.cpp205 c10::DeviceIndex maybe_exchange_device(c10::DeviceIndex to_device) { in maybe_exchange_device() function