Searched refs:IsCrossProcess (Results 1 – 7 of 7) sorted by relevance
128 virtual bool IsCrossProcess() { return false; } in IsCrossProcess() function289 bool IsCrossProcess() override { return is_cross_process_; } in IsCrossProcess() function
220 return pflr_->IsCrossProcess(handle_, &is_cross_process_); in InstantiateFunc()
620 if (kernel->IsCrossProcess() && !remote_func_params.has_value()) { in AddOrExecuteNode()
169 Status IsCrossProcess(FunctionLibraryRuntime::Handle handle,
224 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()
1226 Status ProcessFunctionLibraryRuntime::IsCrossProcess( in IsCrossProcess() function in tensorflow::ProcessFunctionLibraryRuntime
857 TF_CHECK_OK(eager_pflr_->IsCrossProcess(handle, &is_cross_process)); in TEST_F()