Home
last modified time | relevance | path

Searched refs:uncheckedSetDevice (Results 1 – 14 of 14) sorted by relevance

/external/pytorch/c10/core/impl/
DVirtualGuardImpl.h36 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice() function
37 impl_->uncheckedSetDevice(d); in uncheckedSetDevice()
DDeviceGuardImplInterface.h102 virtual void uncheckedSetDevice(Device) const noexcept = 0;
258 void uncheckedSetDevice(Device) const noexcept override { in uncheckedSetDevice() function
DFakeGuardImpl.h45 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice() function
DInlineDeviceGuard.h113 impl_.uncheckedSetDevice(original_device_); in ~InlineDeviceGuard()
/external/pytorch/aten/src/ATen/native/metal/
DMetalGuardImpl.cpp27 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice() function
/external/pytorch/aten/src/ATen/native/vulkan/
DVulkanGuardImpl.cpp30 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice() function
/external/pytorch/aten/src/ATen/mps/
DMPSGuardImpl.h63 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice() function
/external/pytorch/test/cpp_extensions/
Dmaia_extension.cpp85 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice() function
Dmtia_extension.cpp46 void uncheckedSetDevice(c10::Device d) const noexcept override { in uncheckedSetDevice() function
/external/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/
DOpenRegHooks.cpp79 void uncheckedSetDevice(c10::Device d) const noexcept override { in uncheckedSetDevice() function
/external/pytorch/torch/csrc/lazy/core/
Dtensor_impl.cpp44 void uncheckedSetDevice(c10::Device device) const noexcept override { in uncheckedSetDevice() function
/external/pytorch/c10/xpu/impl/
DXPUGuardImpl.h43 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice() function
/external/pytorch/c10/cuda/impl/
DCUDAGuardImpl.h56 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice() function
/external/pytorch/aten/src/ATen/hip/impl/
DHIPGuardImplMasqueradingAsCUDA.h82 void uncheckedSetDevice(Device d) const noexcept override { in uncheckedSetDevice() function