Home
last modified time | relevance | path

Searched refs:heartbeat_thread_ (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/data/service/
Dworker_impl.h102 std::unique_ptr<Thread> heartbeat_thread_; variable
Dworker_impl.cc93 heartbeat_thread_ = absl::WrapUnique(Env::Default()->StartThread( in Start()
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dclient.h160 std::unique_ptr<tensorflow::Thread> heartbeat_thread_; variable
Dservice.h140 std::unique_ptr<tensorflow::Thread> heartbeat_thread_; variable
Dclient.cc126 heartbeat_thread_.reset(options_.env->StartThread( in Connect()
Dservice.cc142 heartbeat_thread_.reset(options_.env->StartThread( in Connect()