Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/
Dprofile_context.py58 if self.profile_context._should_trace(step, self.graph, fetches):
263 def _should_trace(self, step, graph, fetches): member in ProfileContext
/external/tensorflow/tensorflow/python/keras/
Dcallbacks.py2343 self._should_trace = not (self._start_batch == 0 and self._stop_batch == 0)
2368 return self._should_trace or self.write_steps_per_second
2374 if not self._should_trace:
2388 if not self._should_trace: