Searched refs:GetDeviceIncarnation (Results 1 – 4 of 4) sorted by relevance
254 TEST_F(ProcessFunctionLibraryRuntimeTest, GetDeviceIncarnation) { in TEST_F() argument257 TF_EXPECT_OK(proc_flr_->GetDeviceIncarnation("/job:a/replica:0/task:0/cpu:1", in TEST_F()261 Status s = proc_flr_->GetDeviceIncarnation("/job:a/replica:0/task:0/cpu:2", in TEST_F()
83 Status GetDeviceIncarnation(const string& device_name,
146 Status ProcessFunctionLibraryRuntime::GetDeviceIncarnation( in GetDeviceIncarnation() function in tensorflow::ProcessFunctionLibraryRuntime957 s = GetDeviceIncarnation(source_device, &src_incarnation); in Run()958 s.Update(GetDeviceIncarnation(target_device, &target_incarnation)); in Run()
963 s = parent_->GetDeviceIncarnation(source_device, &src_incarnation); in RunRemote()964 s.Update(parent_->GetDeviceIncarnation(target_device, &target_incarnation)); in RunRemote()