Home
last modified time | relevance | path

Searched refs:CreateTasksForWorker (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/data/service/
Ddispatcher_impl.h180 Status CreateTasksForWorker(const std::string& worker_address);
Ddispatcher_impl.cc224 TF_RETURN_IF_ERROR(CreateTasksForWorker(worker_address)); in WorkerHeartbeat()
541 Status DataServiceDispatcherImpl::CreateTasksForWorker( in CreateTasksForWorker() function in tensorflow::data::DataServiceDispatcherImpl