HomeSort by relevance Sort by last modified time
    Searched defs:VisibleDeviceCount (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
platform.cc 44 int InterpreterPlatform::VisibleDeviceCount() const { return 1; }
  /external/tensorflow/tensorflow/stream_executor/host/
host_platform.cc 41 int HostPlatform::VisibleDeviceCount() const {
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_platform.cc 86 for (int i = 0; i < VisibleDeviceCount(); i++) {
120 for (int i = 0; i < VisibleDeviceCount(); i++) {
135 int CudaPlatform::VisibleDeviceCount() const {

Completed in 66 milliseconds