Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/service/
Ddispatcher_impl.h268 std::unique_ptr<Thread> job_gc_thread_; variable
Ddispatcher_impl.cc134 job_gc_thread_.reset(); in ~DataServiceDispatcherImpl()
139 job_gc_thread_ = absl::WrapUnique( in Start()