Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Ddevice_resolver_distributed_test.cc60 dev_resolver_ = in SetUp()
70 TF_ASSERT_OK(dev_resolver_->UpdateDeviceAttributes(attributes)); in SetUp()
74 std::unique_ptr<DeviceResolverDistributed> dev_resolver_; member in tensorflow::__anon7e53058e0111::DeviceResDistTest
79 TF_ASSERT_OK(dev_resolver_->GetDeviceAttributes( in TEST_F()
86 EXPECT_TRUE(errors::IsNotFound(dev_resolver_->GetDeviceAttributes( in TEST_F()
92 TF_ASSERT_OK(dev_resolver_->GetAllDeviceAttributes( in TEST_F()
100 TF_ASSERT_OK(dev_resolver_->GetAllDeviceAttributes( in TEST_F()
112 EXPECT_TRUE(errors::IsNotFound(dev_resolver_->GetAllDeviceAttributes( in TEST_F()
124 TF_ASSERT_OK(dev_resolver_->UpdateDeviceAttributes(attributes)); in TEST_F()
126 TF_ASSERT_OK(dev_resolver_->GetAllDeviceAttributes( in TEST_F()
[all …]
H A Dcollective_rma_distributed.cc132 Status s = dev_resolver_->GetDeviceAttributes(peer_device, in RecvFromPeer()
264 s = dev_resolver_->GetAllDeviceAttributes(peer_task, &cached_attrs); in CheckPeerHealth()
H A Drpc_collective_executor_mgr.cc52 new CollectiveRemoteAccessDistributed(dev_mgr_, dev_resolver_.get(), in Create()
H A Dcollective_param_resolver_distributed.cc122 s = dev_resolver_->UpdateDeviceAttributes(devices); in CompleteParamsAsync()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcollective_rma_local.h32 dev_resolver_(dev_resolver), in CollectiveRemoteAccessLocal()
76 DeviceResolverInterface* dev_resolver_; // not owned variable
H A Dcollective_executor_mgr.h45 return dev_resolver_.get(); in GetDeviceResolver()
70 std::unique_ptr<DeviceResolverInterface> dev_resolver_; variable
H A Dcollective_executor_mgr.cc35 dev_resolver_(std::move(dev_resolver)), in CollectiveExecutorMgr()
67 new CollectiveRemoteAccessLocal(dev_mgr_, dev_resolver_.get(), step_id); in Create()
H A Dcollective_param_resolver_local.h190 DeviceResolverInterface* dev_resolver_; // Not owned. variable
H A Dcollective_param_resolver_local.cc51 dev_resolver_(dev_resolver), in CollectiveParamResolverLocal()