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

  /external/tensorflow/tensorflow/python/training/
monitored_session.py 288 stop_grace_period_secs=120,
325 stop_grace_period_secs: Number of seconds given to threads to stop after
353 stop_grace_period_secs=stop_grace_period_secs)
384 stop_grace_period_secs=stop_grace_period_secs)
496 stop_grace_period_secs=120):
505 stop_grace_period_secs: Number of seconds given to threads to stop after
516 stop_grace_period_secs=stop_grace_period_secs)
    [all...]
coordinator.py 121 coord.join(threads, stop_grace_period_secs=10)
322 def join(self, threads=None, stop_grace_period_secs=120,
335 'stop_grace_period_secs' seconds to terminate. If any of them is still
343 stop_grace_period_secs: Number of seconds given to threads to stop after
346 still alive after `stop_grace_period_secs`.
372 while any(t.is_alive() for t in threads) and stop_grace_period_secs >= 0.0:
374 stop_grace_period_secs -= stop_wait_secs
378 # that could cause stop_grace_period_secs to remain unchanged.
379 stop_wait_secs = max(min(stop_wait_secs, stop_grace_period_secs), 0.001)
coordinator_test.py 158 coord.join(threads, stop_grace_period_secs=stop_grace_period)
178 coord.join(threads, stop_grace_period_secs=1., ignore_live_threads=True)
queue_runner_test.py 181 coord.join(stop_grace_period_secs=1.0)
supervisor.py 827 stop_grace_period_secs=self._stop_grace_secs,
    [all...]
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
queues.py 70 coord.join(threads, stop_grace_period_secs=120)
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_eval.py 101 coord.join(threads, stop_grace_period_secs=10)
  /external/tensorflow/tensorflow/contrib/kfac/examples/
convnet.py 303 stop_grace_period_secs=0) as sess:
  /external/tensorflow/tensorflow/contrib/training/python/training/
batch_sequences_with_states_test.py 228 coord.join(threads, stop_grace_period_secs=2)
363 coord.join(threads, stop_grace_period_secs=2)
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
graph_actions.py 601 coord.join(threads, stop_grace_period_secs=120)
696 coord.join(threads, stop_grace_period_secs=120)

Completed in 155 milliseconds