Home
last modified time | relevance | path

Searched refs:HostAllocate (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h109 return GpuDriver::HostAllocate(context_, size); in HostMemoryAllocate()
Dgpu_driver.h126 static void* HostAllocate(GpuContext* context, uint64 bytes);
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc699 /* static */ void* GpuDriver::HostAllocate(GpuContext* context, uint64 bytes) { in HostAllocate() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc891 /* static */ void* GpuDriver::HostAllocate(GpuContext* context, uint64 bytes) { in HostAllocate() function in stream_executor::gpu::GpuDriver