Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/
Dprofile_context.py37 MAX_TRACED_STEPS = 100 variable
172 if len(trace_steps) > MAX_TRACED_STEPS:
178 self._dump_steps = set([MAX_TRACED_STEPS])
259 self._traced_steps <= MAX_TRACED_STEPS):
265 if self._traced_steps > MAX_TRACED_STEPS:
286 …if (self.profiler._coverage < 0.5 and step < MAX_TRACED_STEPS and # pylint: disable=protected-acc…