Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h274 is_cross_process_(false), in MultiDeviceFunctionData()
288 bool is_cross_process_; member
430 return is_cross_process_; in is_cross_process()
439 bool is_cross_process_ TF_GUARDED_BY(mu_) = false;
Dprocess_function_library_runtime.cc70 is_cross_process_ = true; in DistributedInit()
981 data->is_cross_process_ = true; in InstantiateMultiDevice()
1100 if (opts.rendezvous && data->is_cross_process_ && in RunMultiDevice()
1231 *is_cross_process = mdevice_it->second->is_cross_process_; in IsCrossProcess()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h289 bool IsCrossProcess() override { return is_cross_process_; } in IsCrossProcess()
329 bool is_cross_process_; variable
Dkernel_and_device.cc220 return pflr_->IsCrossProcess(handle_, &is_cross_process_); in InstantiateFunc()
359 if (get_op_id_ && is_cross_process_) { in RunAsync()