Home
last modified time | relevance | path

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

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