Home
last modified time | relevance | path

Searched refs:GetDeviceIncarnation (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc367 TEST_F(ProcessFunctionLibraryRuntimeTest, GetDeviceIncarnation) { in TEST_F() argument
370 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()
Dprocess_function_library_runtime.h121 Status GetDeviceIncarnation(const string& device_name,
Dprocess_function_library_runtime.cc175 Status ProcessFunctionLibraryRuntime::GetDeviceIncarnation( in GetDeviceIncarnation() function in tensorflow::ProcessFunctionLibraryRuntime
1513 s = GetDeviceIncarnation(source_device, &src_incarnation); in RunInternal()
1514 s.Update(GetDeviceIncarnation(target_device, &target_incarnation)); in RunInternal()
Dfunction.cc1011 s = parent_->GetDeviceIncarnation(source_device, &src_incarnation); in RunRemote()
1012 s.Update(parent_->GetDeviceIncarnation(target_device, &target_incarnation)); in RunRemote()