MCPcopy Create free account
hub / github.com/tensorflow/models / define_log_steps

Function define_log_steps

official/utils/flags/_benchmark.py:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22def 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
31def define_benchmark(benchmark_log_dir=True, bigquery_uploader=True):

Callers 1

define_benchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected