Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/
Dprofile_context.py36 WARMUP_STEPS = 10 variable
258 if (self._auto_tracing and step > WARMUP_STEPS and
273 if self._auto_tracing and step > WARMUP_STEPS: