HomeSort by relevance Sort by last modified time
    Searched refs:gc_thread_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/
master.h 76 Thread* gc_thread_; member in class:tensorflow::Master
master.cc 73 gc_thread_ = env_->env->StartThread(ThreadOptions(), "TF_master_GC",
76 gc_thread_ = nullptr;
81 if (gc_thread_) {
85 delete gc_thread_;

Completed in 207 milliseconds