Home
last modified time | relevance | path

Searched refs:client_device (Results 1 – 6 of 6) 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() argument
591 if (client_device != nullptr) { in LocalAddressSpec()
592 return DeviceNameUtils::AddressSpace(client_device->parsed_name()); in LocalAddressSpec()
619 LocalAddressSpec(device_set->client_device(), default_local_device)), in ColocationGraph()
Dgraph_execution_state.cc356 *out_device_attrs = &device_set.client_device()->attributes(); in LookupDevice()
361 *out_device_attrs = &device_set.client_device()->attributes(); in LookupDevice()
552 &device_set_->client_device()->attributes(); in PruneGraph()
Ddirect_session.cc1449 input, device_set_.client_device()->attributes(), FrameAndIter(0, 0)); in CreateExecutors()
1454 GetRendezvousKey(output, device_set_.client_device()->attributes(), in CreateExecutors()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1320 DeviceNameUtils::SplitDeviceName(devices_->client_device()->name(), in CreateWorkerSessions()
1323 devices_->client_device()->attributes().incarnation(); in CreateWorkerSessions()
1469 const Device* client_device = devices_->client_device(); in ListDevices() local
1471 if (dev != client_device) { in ListDevices()
1475 *(resp->add_local_device()) = client_device->attributes(); in ListDevices()
Dmaster.cc462 CHECK(device_set->client_device()) << "No client device found. Missing " in CreateSession()