Home
last modified time | relevance | path

Searched defs:PlatformDeviceCount (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h184 int PlatformDeviceCount() override { return GpuDriver::GetDeviceCount(); } in PlatformDeviceCount() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h144 int PlatformDeviceCount() override { return 1; } in PlatformDeviceCount() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h162 int PlatformDeviceCount() override { return 1; } in PlatformDeviceCount() function
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc307 int StreamExecutor::PlatformDeviceCount() const { in PlatformDeviceCount() function in stream_executor::StreamExecutor