Searched refs:collective_executor_ (Results 1 – 3 of 3) sorted by relevance
285 collective_executor_ ? collective_executor_->get() : nullptr; in Run()386 collective_executor_ ? collective_executor_->get() : nullptr; in RunAsync()
120 collective_executor_(std::move(collective_executor)), in KernelAndDevice()183 const std::unique_ptr<CollectiveExecutor::Handle> collective_executor_; variable
349 CollectiveExecutor* collective_executor_ = nullptr; member in tensorflow::__anonce8950920111::ExecutorState398 collective_executor_(args.collective_executor), in ExecutorState()699 params.collective_executor = collective_executor_; in Process()1128 } else if (collective_executor_) { in NodeDone()1132 collective_executor_->StartAbort(s); in NodeDone()1278 } else if (collective_executor_) { in Finish()1282 collective_executor_->StartAbort(status); in Finish()