Home
last modified time | relevance | path

Searched defs:current_tasks (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Ddispatcher_impl.cc286 const absl::flat_hash_set<int64_t>& current_tasks, in FindTasksToDelete()
303 const absl::flat_hash_set<int64_t>& current_tasks, in FindNewTasks()
359 absl::flat_hash_set<int64_t> current_tasks; in WorkerHeartbeat() local
H A Ddispatcher.proto24 repeated int64 current_tasks = 2; field
H A Dworker_impl.cc517 std::vector<int64_t> current_tasks; in Heartbeat() local
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c53 static PyObject *current_tasks; variable