Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_set.h50 Device* client_device() const { return client_device_; } in client_device() function
Dcolocation_graph.cc590 const Device* client_device, const Device* default_local_device) { in LocalAddressSpec()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1469 const Device* client_device = devices_->client_device(); in ListDevices() local