Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_lazy/
H A Ddevice_context.py16 def get_device_context(device=None): function
/aosp_15_r20/external/pytorch/c10/xpu/
H A DXPUFunctions.cpp138 sycl::context& get_device_context() { in get_device_context() function
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Ddevice_slot.rs989 fn get_device_context(&self) -> Result<DeviceContext> { in get_device_context() method