Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h102 static void* DeviceAllocate(GpuContext* context, uint64 bytes);
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc427 return DeviceMemoryBase(GpuDriver::DeviceAllocate(context_, size), size); in Allocate()
Drocm_driver.cc601 /* static */ void* GpuDriver::DeviceAllocate(GpuContext* context, in DeviceAllocate() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc519 return DeviceMemoryBase(GpuDriver::DeviceAllocate(context_, size), size); in Allocate()
Dcuda_driver.cc777 /* static */ void* GpuDriver::DeviceAllocate(GpuContext* context, in DeviceAllocate() function in stream_executor::gpu::GpuDriver