HomeSort by relevance Sort by last modified time
    Searched refs:stop_on_exception (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/concurrent/futures/
_base.py 111 def __init__(self, num_pending_calls, stop_on_exception):
113 self.stop_on_exception = stop_on_exception
129 if self.stop_on_exception:
162 waiter = _AllCompletedWaiter(pending_count, stop_on_exception=True)
164 waiter = _AllCompletedWaiter(pending_count, stop_on_exception=False)
  /external/python/futures/concurrent/futures/
_base.py 113 def __init__(self, num_pending_calls, stop_on_exception):
115 self.stop_on_exception = stop_on_exception
131 if self.stop_on_exception:
164 waiter = _AllCompletedWaiter(pending_count, stop_on_exception=True)
166 waiter = _AllCompletedWaiter(pending_count, stop_on_exception=False)
  /external/tensorflow/tensorflow/python/training/
coordinator.py 96 context handler `stop_on_exception()` that automatically requests a stop if
101 with coord.stop_on_exception():
266 def stop_on_exception(self): member in class:Coordinator
277 with coord.stop_on_exception():
484 with self._coord.stop_on_exception():
supervisor.py 860 def stop_on_exception(self): member in class:Supervisor
    [all...]
coordinator_test.py 51 with coord.stop_on_exception():
  /external/tensorflow/tensorflow/contrib/training/python/training/
batch_sequences_with_states_test.py 342 with coord.stop_on_exception():

Completed in 565 milliseconds