| 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) ||
 
 |