Home
last modified time | relevance | path

Searched refs:IsCrossProcess (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h128 virtual bool IsCrossProcess() { return false; } in IsCrossProcess() function
289 bool IsCrossProcess() override { return is_cross_process_; } in IsCrossProcess() function
Dkernel_and_device.cc220 return pflr_->IsCrossProcess(handle_, &is_cross_process_); in InstantiateFunc()
Dexecute.cc620 if (kernel->IsCrossProcess() && !remote_func_params.has_value()) { in AddOrExecuteNode()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h169 Status IsCrossProcess(FunctionLibraryRuntime::Handle handle,
Dprocess_function_library_runtime_test.cc224 TF_CHECK_OK(pflr->IsCrossProcess(handle, &is_cross_process)); in RunWithRuntime()
499 TF_CHECK_OK(proc_flr_->IsCrossProcess(h, &is_cross_process)); in TEST_F()
Dprocess_function_library_runtime.cc1226 Status ProcessFunctionLibraryRuntime::IsCrossProcess( in IsCrossProcess() function in tensorflow::ProcessFunctionLibraryRuntime
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc857 TF_CHECK_OK(eager_pflr_->IsCrossProcess(handle, &is_cross_process)); in TEST_F()