Home
last modified time | relevance | path

Searched defs:stop_on_exception (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dcoordinator.py266 def stop_on_exception(self): member in Coordinator
Dsupervisor.py871 def stop_on_exception(self): member in Supervisor
/external/python/cpython3/Lib/concurrent/futures/
D_base.py116 def __init__(self, num_pending_calls, stop_on_exception): argument
/external/python/futures/concurrent/futures/
D_base.py113 def __init__(self, num_pending_calls, stop_on_exception): argument