Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/concurrent/futures/
D_base.py114 def __init__(self, num_pending_calls, stop_on_exception): argument
116 self.stop_on_exception = stop_on_exception
132 if self.stop_on_exception:
165 waiter = _AllCompletedWaiter(pending_count, stop_on_exception=True)
167 waiter = _AllCompletedWaiter(pending_count, stop_on_exception=False)
/external/tensorflow/tensorflow/python/eager/
Dremote_cluster_test.py328 with self._coord.stop_on_exception():
438 with self._coord.stop_on_exception():
444 with self._coord.stop_on_exception():
561 with self._coord.stop_on_exception():
568 with self._coord.stop_on_exception():
611 with self._coord.stop_on_exception():
618 with self._coord.stop_on_exception():
/external/tensorflow/tensorflow/python/training/
Dcoordinator.py262 def stop_on_exception(self): member in Coordinator
482 with self._coord.stop_on_exception():
Dsupervisor.py867 def stop_on_exception(self): member in Supervisor
875 return self._coord.stop_on_exception()
1132 setattr(Supervisor, "StopOnException", Supervisor.stop_on_exception)
Dcoordinator_test.py47 with coord.stop_on_exception():
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-coordinator.pbtxt38 name: "stop_on_exception"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-coordinator.pbtxt38 name: "stop_on_exception"
Dtensorflow.train.-supervisor.pbtxt142 name: "stop_on_exception"
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dfault_tolerance_test.py166 with self.thread_coord.stop_on_exception():
337 with self.thread_coord.stop_on_exception():
371 with self.thread_coord.stop_on_exception():
410 with self.thread_coord.stop_on_exception():
Dcluster_coordinator_test.py89 with coord.stop_on_exception():
137 with coord.stop_on_exception():
157 with coord.stop_on_exception():
176 with coord.stop_on_exception():
/external/tensorflow/tensorflow/python/distribute/
Dmirrored_run.py209 with coord.stop_on_exception():
374 with self.coord.stop_on_exception(), \
Dmulti_worker_test_base.py515 with self._coord.stop_on_exception():
661 with self._coord.stop_on_exception():
Ddistribute_coordinator.py353 with coord.stop_on_exception():
Ddistribute_coordinator_test.py231 with self._coord.stop_on_exception():
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistribute_coordinator_utils.py318 with coord.stop_on_exception():