Home
last modified time | relevance | path

Searched refs:gc_thread_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.h42 gc_thread_.reset( in EagerServiceImpl()
73 gc_thread_.reset(); in ~EagerServiceImpl()
205 std::unique_ptr<Thread> gc_thread_; variable
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster.cc75 gc_thread_ = env_->env->StartThread(ThreadOptions(), "TF_master_GC", in Master()
78 gc_thread_ = nullptr; in Master()
83 if (gc_thread_) { in ~Master()
87 delete gc_thread_; in ~Master()
Dmaster.h84 Thread* gc_thread_; variable