Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dcontext.py200 class _ContextSwitchStack(threading.local): class
204 super(_ContextSwitchStack, self).__init__()
406 self._context_switches = _ContextSwitchStack(self.executing_eagerly())