()
| 20 | |
| 21 | |
| 22 | def define_log_steps(): |
| 23 | flags.DEFINE_integer( |
| 24 | name="log_steps", |
| 25 | default=100, |
| 26 | help="Frequency with which to log timing information with TimeHistory.") |
| 27 | |
| 28 | return [] |
| 29 | |
| 30 | |
| 31 | def define_benchmark(benchmark_log_dir=True, bigquery_uploader=True): |