Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_virtual_mem_allocator_test.cc67 void* host_mem[2] = {GpuDriver::HostAllocate(gpu_context, kBufSize), in TEST()
68 GpuDriver::HostAllocate(gpu_context, kBufSize)}; in TEST()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h109 return GpuDriver::HostAllocate(context_, size); in HostMemoryAllocate()
Dgpu_driver.h124 static void* HostAllocate(GpuContext* context, uint64 bytes);
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc647 /* static */ void* GpuDriver::HostAllocate(GpuContext* context, uint64 bytes) { in HostAllocate() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc845 /* static */ void* GpuDriver::HostAllocate(GpuContext* context, uint64 bytes) { in HostAllocate() function in stream_executor::gpu::GpuDriver