Home
last modified time | relevance | path

Searched defs:VisibleDeviceCount (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
Dhost_platform.cc37 int HostPlatform::VisibleDeviceCount() const { in VisibleDeviceCount() function in stream_executor::host::HostPlatform
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dplatform.cc40 int XlaInterpreterPlatform::VisibleDeviceCount() const { return 1; } in VisibleDeviceCount() function in stream_executor::interpreter::XlaInterpreterPlatform
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_platform.cc95 int ROCmPlatform::VisibleDeviceCount() const { in VisibleDeviceCount() function in stream_executor::gpu::ROCmPlatform
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_platform.cc126 int CudaPlatform::VisibleDeviceCount() const { in VisibleDeviceCount() function in stream_executor::gpu::CudaPlatform
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_internal.h61 int VisibleDeviceCount() const override { in VisibleDeviceCount() function
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dtpu_platform.cc78 int TpuPlatform::VisibleDeviceCount() const { in VisibleDeviceCount() function in tensorflow::tpu::TpuPlatform
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc291 int VisibleDeviceCount() const override { return 0; } in TEST() function in tensorflow::__anon141fb1da0111::TEST::FakePlatform