Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dcontext.py174 class _ContextSwitchStack(threading.local): class
178 super(_ContextSwitchStack, self).__init__()
272 self._context_switches = _ContextSwitchStack(self.executing_eagerly())