Home
last modified time | relevance | path

Searched defs:remote_device_mgr (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dcluster_function_library_runtime.h38 DeviceMgr* remote_device_mgr) in EagerClusterFunctionLibraryRuntime()
64 DeviceMgr* remote_device_mgr() const override { return remote_device_mgr_; } in remote_device_mgr() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.h31 DeviceMgr* remote_device_mgr) in ClusterFunctionLibraryRuntime()
52 DeviceMgr* remote_device_mgr() const override { return remote_device_mgr_; } in remote_device_mgr() function
Dworker_session.cc111 std::unique_ptr<DynamicDeviceMgr> remote_device_mgr) in WorkerSession()
149 std::unique_ptr<DynamicDeviceMgr> remote_device_mgr) { in CreateWithBorrowedDeviceMgr()
159 std::unique_ptr<DynamicDeviceMgr> remote_device_mgr) in WorkerSession()
Dworker_session.h44 DynamicDeviceMgr* remote_device_mgr() { return remote_device_mgr_.get(); } in remote_device_mgr() function
Dsession_mgr.cc175 DeviceMgr* remote_device_mgr = worker_session->remote_device_mgr(); in UpdateSession() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h260 const tensorflow::DynamicDeviceMgr* remote_device_mgr() const { in remote_device_mgr() function
Dcontext.cc1134 DynamicDeviceMgr* remote_device_mgr, in InitializeRemoteWorker()
1191 DynamicDeviceMgr* remote_device_mgr, in UpdateRemoteWorker()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc118 tensorflow::DynamicDeviceMgr* remote_device_mgr) { in AddRemoteDevicesToMgr()
153 auto remote_device_mgr = absl::make_unique<tensorflow::DynamicDeviceMgr>(); in GetAllRemoteDevices() local
162 tensorflow::DynamicDeviceMgr* remote_device_mgr) { in RemoveRemoteDevicesFromMgr()
522 tensorflow::DynamicDeviceMgr* remote_device_mgr = nullptr; in UpdateTFE_ContextWithServerDef() local
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc73 DeviceMgr* remote_device_mgr() const override { return device_mgr_; } in remote_device_mgr() function in tensorflow::__anon7df932810111::TestClusterFLR