Home
last modified time | relevance | path

Searched defs:visible_device_count (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_id_utils.h55 const int visible_device_count = device_manager->VisibleDeviceCount(); in CheckValidTfDeviceId() local
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h432 size_t visible_device_count; member
Dstream_executor.cc243 int visible_device_count) in CStreamExecutor()