Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/service/
Dtask_runner.cc153 new_round_cv_.notify_all(); in PrepareFullRound()
162 new_round_cv_.notify_all(); in PreparePartialRound()
200 new_round_cv_.wait_for(l, std::chrono::microseconds(kTimeoutUs)); in PrepareRound()
Dtask_runner.h152 condition_variable new_round_cv_; variable