Searched refs:GetDeviceIncarnation (Results 1 – 4 of 4) sorted by relevance
367 TEST_F(ProcessFunctionLibraryRuntimeTest, GetDeviceIncarnation) { in TEST_F() argument370 TF_EXPECT_OK(proc_flr_->GetDeviceIncarnation("/job:a/replica:0/task:0/cpu:1", in TEST_F()374 Status s = proc_flr_->GetDeviceIncarnation("/job:a/replica:0/task:0/cpu:2", in TEST_F()
121 Status GetDeviceIncarnation(const string& device_name,
175 Status ProcessFunctionLibraryRuntime::GetDeviceIncarnation( in GetDeviceIncarnation() function in tensorflow::ProcessFunctionLibraryRuntime1513 s = GetDeviceIncarnation(source_device, &src_incarnation); in RunInternal()1514 s.Update(GetDeviceIncarnation(target_device, &target_incarnation)); in RunInternal()
1011 s = parent_->GetDeviceIncarnation(source_device, &src_incarnation); in RunRemote()1012 s.Update(parent_->GetDeviceIncarnation(target_device, &target_incarnation)); in RunRemote()