Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/training/
Dqueue_runner.cc57 runs_ = static_cast<int>(op_names_size); in Init()
58 if (runs_ == 0) { in Init()
71 int nthreads = runs_; in Init()
97 counter_.reset(new BlockingCounter(runs_)); in Start()
182 runs_--; in Run()
183 last_run = (runs_ == 0); in Run()
Dqueue_runner.h121 int runs_ = 0; variable