Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/tutorials/
Dexample_trainer.cc112 std::unique_ptr<thread::ThreadPool> step_threads( in ConcurrentSteps() local
116 step_threads->Schedule([&session, opts, session_index, step]() { in ConcurrentSteps()
145 step_threads.reset(nullptr); in ConcurrentSteps()