Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/
DDeviceGuard.h18 inline std::optional<Device> device_of(const Tensor& t) { in device_of() function
26 inline std::optional<Device> device_of(const std::optional<Tensor>& t) { in device_of() function
33 inline std::optional<Device> device_of(ITensorListRef t) { in device_of() function
/external/pytorch/torch/xpu/
D__init__.py177 class device_of(device): class
/external/pytorch/torch/cuda/
D__init__.py451 class device_of(device): class