Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/service/
Dworker_impl.cc311 std::vector<int64> current_tasks; in Heartbeat() local
Ddispatcher.proto18 repeated int64 current_tasks = 2; field
Ddata_service.cc62 const std::vector<int64>& current_tasks, std::vector<TaskDef>& new_tasks, in WorkerHeartbeat()
Ddispatcher_impl.cc228 absl::flat_hash_set<int64> current_tasks; in WorkerHeartbeat() local
/external/python/cpython3/Modules/
D_asynciomodule.c48 static PyObject *current_tasks; variable