Home
last modified time | relevance | path

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

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