Home
last modified time | relevance | path

Searched refs:device_attr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc377 for (const auto& device_attr : resp.local_device()) { in ListDevices() local
378 response->emplace_back(device_attr); in ListDevices()
380 for (const auto& device_attr : resp.remote_device()) { in ListDevices() local
381 response->emplace_back(device_attr); in ListDevices()