Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_virtual_mem_allocator.cc119 access_gpu_handles_(access_gpu_handles), in GpuVirtualMemAllocator()
160 GpuDriver::MapMemory(&gpu_context_, next_va, handle, access_gpu_handles_); in Alloc()
Dgpu_virtual_mem_allocator.h88 const std::vector<stream_executor::gpu::GpuDeviceHandle> access_gpu_handles_; variable