Home
last modified time | relevance | path

Searched defs:_exchange_device (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/xpu/
H A D__init__.py42 _exchange_device = torch._C._xpu_exchangeDevice variable
48 def _exchange_device(device: int) -> int: function
/aosp_15_r20/external/pytorch/torch/cuda/
H A D__init__.py82 _exchange_device = torch._C._cuda_exchangeDevice variable
85 def _exchange_device(device: int) -> int: function