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.h104 static void* DeviceAllocate(GpuContext* context, uint64 bytes);
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc426 return GpuDriver::DeviceAllocate(context_, size); in Allocate()
Drocm_driver.cc653 /* static */ void* GpuDriver::DeviceAllocate(GpuContext* context, in DeviceAllocate() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc545 return GpuDriver::DeviceAllocate(context_, size); in Allocate()
Dcuda_driver.cc825 /* static */ void* GpuDriver::DeviceAllocate(GpuContext* context, in DeviceAllocate() function in stream_executor::gpu::GpuDriver