Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_set.h48 Device* client_device() const { return client_device_; } in client_device() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1377 const Device* client_device = devices_->client_device(); in ListDevices() local