Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_mgr.h46 void ListDeviceAttributes(std::vector<DeviceAttributes>* devices) const;
Ddevice_mgr.cc62 void DeviceMgr::ListDeviceAttributes( in ListDeviceAttributes() function in tensorflow::DeviceMgr
/external/tensorflow/tensorflow/core/distributed_runtime/
Ddevice_resolver_distributed_test.cc72 device_mgr_->ListDeviceAttributes(&dev_attr); in GetStatusAsync()
Dcollective_rma_distributed_test.cc78 device_mgr_->ListDeviceAttributes(&dev_attr); in GetStatusAsync()
Dcollective_param_resolver_distributed_test.cc57 device_mgr_->ListDeviceAttributes(&dev_attr); in GetStatusAsync()
Dworker.cc37 dm->ListDeviceAttributes(&devices); in GetStatusAsync()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc369 ctx->context.local_device_mgr()->ListDeviceAttributes(&list->response); in TFE_ContextListDevices()
371 ctx->context.remote_device_mgr()->ListDeviceAttributes(&list->response); in TFE_ContextListDevices()