Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/tutorials/
Dexample_trainer.cc99 void ConcurrentSteps(const Options* opts, int session_index) { in ConcurrentSteps() argument
116 step_threads->Schedule([&session, opts, session_index, step]() { in ConcurrentSteps()
136 std::printf("%06d/%06d %s\n", session_index, step, in ConcurrentSteps()