Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/service/
Ddispatcher_state_test.cc223 TF_EXPECT_OK(state.TasksForJob(job_id, tasks)); in TEST()
280 TF_EXPECT_OK(state.TasksForJob(job_id, tasks)); in TEST()
303 TF_EXPECT_OK(state.TasksForJob(job_id, tasks)); in TEST()
323 TF_EXPECT_OK(state.TasksForJob(job_id_1, tasks)); in TEST()
328 TF_EXPECT_OK(state.TasksForJob(job_id_2, tasks)); in TEST()
Ddispatcher_state.h205 Status TasksForJob(int64 job_id,
Ddispatcher_state.cc318 Status DispatcherState::TasksForJob( in TasksForJob() function in tensorflow::data::DispatcherState
Ddispatcher_impl.cc761 TF_RETURN_IF_ERROR(state_.TasksForJob(job->job_id, tasks)); in ClientHeartbeat()
856 TF_RETURN_IF_ERROR(state_.TasksForJob(job->job_id, tasks)); in GcOldJobs()