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

  /external/tensorflow/tensorflow/python/training/
coordinator.py 323 ignore_live_threads=False):
345 ignore_live_threads: If `False`, raises an error if any of the threads are
391 if ignore_live_threads:
supervisor.py 802 ignore_live_threads=False):
816 ignore_live_threads: If `True` ignores threads that remain running after
828 ignore_live_threads=ignore_live_threads)
    [all...]
coordinator_test.py 178 coord.join(threads, stop_grace_period_secs=1., ignore_live_threads=True)
monitored_session.py     [all...]
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
learning.py 556 ignore_live_threads=False):
619 ignore_live_threads: If `True` ignores threads that remain running after
784 ignore_live_threads=ignore_live_threads)

Completed in 853 milliseconds