Searched refs:target_incarnation (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime.cc | 956 int64 src_incarnation, target_incarnation; in Run() local 958 s.Update(GetDeviceIncarnation(target_device, &target_incarnation)); in Run() 976 [source_device, target_device, target_incarnation, rendezvous, in Run() 989 target_incarnation, num_returns, in Run()
|
D | function.cc | 962 int64 src_incarnation, target_incarnation; in RunRemote() local 964 s.Update(parent_->GetDeviceIncarnation(target_device, &target_incarnation)); in RunRemote() 1006 target_incarnation, rendezvous, device_context, rets, done, exec_args, in RunRemote() 1022 target_incarnation, rendezvous, device_context, remote_args, in RunRemote() 1035 target_device, source_device, "ret_", target_incarnation, in RunRemote()
|