Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_platform.cc102 return GpuDriver::GetDeviceCount(); in VisibleDeviceCount()
Drocm_driver.cc978 /* static */ int GpuDriver::GetDeviceCount() { in GetDeviceCount() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_platform.cc139 return GpuDriver::GetDeviceCount(); in VisibleDeviceCount()
Dcuda_driver.cc1269 /* static */ int GpuDriver::GetDeviceCount() { in GetDeviceCount() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h185 int PlatformDeviceCount() override { return GpuDriver::GetDeviceCount(); } in PlatformDeviceCount()
Dgpu_driver.h551 static int GetDeviceCount();
/external/llvm-project/parallel-libs/acxxel/tests/
Dacxxel_test.cpp27 TEST_P(AcxxelTest, GetDeviceCount) { in TEST_P() argument