Searched refs:_protected_run (Results 1 – 1 of 1) sorted by relevance
1872 self._thread = threading.Thread(target=self._protected_run)1877 def _protected_run(self): member in TensorFlowTestCase._CheckedThread