Home
last modified time | relevance | path

Searched defs:DeviceContext (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dsingle_threaded_cpu_device.cc73 const DeviceContext*, in CopyTensorInSameDevice()
Dbuf_rendezvous.h30 class DeviceContext; variable
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_memory_manager.h45 class DeviceContext; variable
Dxrt_memory_manager.cc48 class XRTMemoryManager::DeviceContext { class in tensorflow::XRTMemoryManager
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h221 DeviceContext* /*dc*/, in ReinitializeGpuDevice() argument
/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs744 unsafe impl DataInit for DeviceContext {} implementation
863 pub struct DeviceContext { struct
864 pub slot_context: SlotContext,
865 pub endpoint_context: [EndpointContext; 31],
Ddevice_slot.rs723 fn get_device_context(&self) -> Result<DeviceContext> { in get_device_context()