Home
last modified time | relevance | path

Searched defs:raw_device (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/c10/xpu/
H A DXPUFunctions.cpp78 auto& raw_device = *gDevicePool.devices[device]; in initDeviceProperties() local
160 sycl::device raw_device = sycl::get_pointer_device(ptr, get_device_context()); in get_device_idx_from_pointer() local
/aosp_15_r20/external/pytorch/c10/xpu/test/impl/
H A DXPUDeviceTest.cpp44 sycl::device& raw_device = c10::xpu::get_raw_device(0); in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dxpu_device_test.cpp26 sycl::device& raw_device = at::xpu::get_raw_device(0); in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/xpu/
H A DXPUContext.cpp39 sycl::device& raw_device = c10::xpu::get_raw_device(device); in initDeviceGlobalIdx() local
/aosp_15_r20/system/security/keystore2/src/
H A Dlib.rs38 pub mod raw_device; module