HomeSort by relevance Sort by last modified time
    Searched full:num_concurrent_steps (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/cc/tutorials/
example_trainer.cc 41 int num_concurrent_steps = 10; // The number of concurrent steps member in struct:tensorflow::example::Options
110 const int M = opts->num_concurrent_steps;
213 ParseInt32Flag(argv[i], "--num_concurrent_steps",
214 &opts.num_concurrent_steps) ||

Completed in 177 milliseconds