Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/
Dprofile_context.py56 if locked and not self.profile_context._is_fast_path(step):
254 def _is_fast_path(self, step): member in ProfileContext