Home
last modified time | relevance | path

Searched refs:GetDeviceCount (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_platform.cc107 return GpuDriver::GetDeviceCount(); in VisibleDeviceCount()
Drocm_driver.cc1041 /* static */ int GpuDriver::GetDeviceCount() { in GetDeviceCount() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_platform.cc141 return GpuDriver::GetDeviceCount(); in VisibleDeviceCount()
Dcuda_driver.cc1264 /* static */ int GpuDriver::GetDeviceCount() { in GetDeviceCount() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h184 int PlatformDeviceCount() override { return GpuDriver::GetDeviceCount(); } in PlatformDeviceCount()
Dgpu_driver.h479 static int GetDeviceCount();