Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A 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
/aosp_15_r20/external/pytorch/torch/xpu/
H A D__init__.py177 class device_of(device): class
/aosp_15_r20/external/pytorch/torch/cuda/
H A D__init__.py451 class device_of(device): class