Searched refs:target_incarnation (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 1010 int64 src_incarnation, target_incarnation; in RunRemote() local 1012 s.Update(parent_->GetDeviceIncarnation(target_device, &target_incarnation)); in RunRemote() 1054 target_incarnation, rendezvous, device_context, rets, done, exec_args, in RunRemote() 1070 target_incarnation, rendezvous, device_context, remote_args, in RunRemote() 1083 target_device, source_device, "ret_", target_incarnation, in RunRemote()
|
D | process_function_library_runtime.cc | 1512 int64 src_incarnation, target_incarnation; in RunInternal() local 1514 s.Update(GetDeviceIncarnation(target_device, &target_incarnation)); in RunInternal() 1534 [source_device, target_device, target_incarnation, rendezvous, in RunInternal() 1547 target_incarnation, num_returns, in RunInternal()
|