Home
last modified time | relevance | path

Searched refs:device_resolver (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcollective_executor_mgr.cc100 auto device_resolver = std::make_unique<DeviceResolverLocal>(device_mgr); in CreateProdLocalCollectiveExecutorMgr() local
102 config, device_mgr, device_resolver.get(), nccl_communicator.get(), in CreateProdLocalCollectiveExecutorMgr()
105 config, device_mgr, std::move(device_resolver), std::move(param_resolver), in CreateProdLocalCollectiveExecutorMgr()
H A Dcollective_test_util.cc170 test_env->device_resolver = in CreateCollectiveTestEnv()
176 test_env->device_mgr.get(), test_env->device_resolver.get(), kStepId); in CreateCollectiveTestEnv()
H A Dcollective_test_util.h82 std::unique_ptr<DeviceResolverInterface> device_resolver; member