Home
last modified time | relevance | path

Searched refs:DeviceFromContext (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc719 /* static */ port::StatusOr<CUdevice> GpuDriver::DeviceFromContext( in DeviceFromContext() function in stream_executor::gpu::GpuDriver
938 auto device = DeviceFromContext(context); in CreateMemoryHandle()
976 auto device = DeviceFromContext(context); in MapMemory()
1352 return DeviceFromContext(result.ValueOrDie()); in GetPointerDevice()
1577 auto from_device = DeviceFromContext(from); in CanEnablePeerAccess()
1583 auto to_device = DeviceFromContext(to); in CanEnablePeerAccess()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h68 static port::StatusOr<GpuDeviceHandle> DeviceFromContext(GpuContext* context);