Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_mgr.h44 virtual void ListDeviceAttributes(
89 void ListDeviceAttributes(
125 void ListDeviceAttributes(
Ddevice_mgr.cc77 void StaticDeviceMgr::ListDeviceAttributes( in ListDeviceAttributes() function in tensorflow::StaticDeviceMgr
Ddynamic_device_mgr.cc39 void DynamicDeviceMgr::ListDeviceAttributes( in ListDeviceAttributes() function in tensorflow::DynamicDeviceMgr
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc308 device_mgr->ListDeviceAttributes(&device_attributes); in CreateContext()
401 device_mgr->ListDeviceAttributes(&device_attributes); in UpdateContext()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_distributed_manager.cc539 remote_device_mgr->ListDeviceAttributes(&cluster_device_attributes); in UpdateContextWithServerDef()
542 grpc_server->worker_env()->device_mgr->ListDeviceAttributes( in UpdateContextWithServerDef()
Dcontext.cc595 local_device_mgr()->ListDeviceAttributes(devices); in ListDevices()
597 remote_device_mgr()->ListDeviceAttributes(devices); in ListDevices()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed_test.cc60 device_mgr_->ListDeviceAttributes(&dev_attr); in GetStatusAsync()
Dworker.cc43 dm->ListDeviceAttributes(&devices); in GetStatusAsync()
Dcollective_rma_distributed_test.cc85 device_mgr_->ListDeviceAttributes(&dev_attr); in GetStatusAsync()