Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h533 static bool GetDeviceTotalMemory(GpuDeviceHandle device, uint64* result);
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc458 if (GetDeviceTotalMemory(device, &total_memory)) { in CreateContext()
1544 /* static */ bool GpuDriver::GetDeviceTotalMemory(CUdevice device, in GetDeviceTotalMemory() function in stream_executor::gpu::GpuDriver
Dcuda_gpu_executor.cc1031 (void)GpuDriver::GetDeviceTotalMemory(device, &device_memory_size); in CreateDeviceDescription()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc880 (void)GpuDriver::GetDeviceTotalMemory(device, &device_memory_size); in CreateDeviceDescription()
Drocm_driver.cc1242 /* static */ bool GpuDriver::GetDeviceTotalMemory(hipDevice_t device, in GetDeviceTotalMemory() function in stream_executor::gpu::GpuDriver