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.h461 static bool GetDeviceTotalMemory(GpuDeviceHandle device, uint64* result);
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc460 if (GetDeviceTotalMemory(device, &total_memory)) { in CreateContext()
1537 /* static */ bool GpuDriver::GetDeviceTotalMemory(CUdevice device, in GetDeviceTotalMemory() function in stream_executor::gpu::GpuDriver
Dcuda_gpu_executor.cc1085 (void)GpuDriver::GetDeviceTotalMemory(device_, &device_memory_size); in PopulateDeviceDescription()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc922 (void)GpuDriver::GetDeviceTotalMemory(device_, &device_memory_size); in PopulateDeviceDescription()
Drocm_driver.cc1290 /* static */ bool GpuDriver::GetDeviceTotalMemory(hipDevice_t device, in GetDeviceTotalMemory() function in stream_executor::gpu::GpuDriver