Searched defs:getDeviceFromPtr (Results 1 – 9 of 9) sorted by relevance
10 inline Device getDeviceFromPtr(void* ptr) { in getDeviceFromPtr() function
8 inline Device getDeviceFromPtr(void* ptr) { in getDeviceFromPtr() function
21 virtual at::Device getDeviceFromPtr(void* data) const { in getDeviceFromPtr() function
53 virtual Device getDeviceFromPtr(void* /*data*/) const { in getDeviceFromPtr() function
76 virtual Device getDeviceFromPtr(void* /*data*/) const { in getDeviceFromPtr() function
21 TEST(XpuDeviceTest, getDeviceFromPtr) { in TEST() argument
46 Device XPUHooks::getDeviceFromPtr(void* data) const { in getDeviceFromPtr() function in at::xpu::detail::XPUHooks
120 Device CUDAHooks::getDeviceFromPtr(void* data) const { in getDeviceFromPtr() function in at::cuda::detail::CUDAHooks
79 Device getDeviceFromPtr(void* data, c10::DeviceType device_type) { in getDeviceFromPtr() function