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

  /external/tensorflow/tensorflow/python/training/
coordinator.py 313 def register_thread(self, thread): member in class:Coordinator
329 `Coordinator.register_thread()`.
457 self._coord.register_thread(self)
coordinator_test.py 60 coord.register_thread(threading.current_thread())
queue_runner_impl.py 346 coord.register_thread(t)
monitored_session_test.py 477 coord.register_thread(t)
505 coord.register_thread(t)
586 coord.register_thread(separate_thread)
    [all...]
  /external/tensorflow/tensorflow/python/estimator/inputs/queues/
feeding_queue_runner.py 86 coord.register_thread(threading.current_thread())

Completed in 507 milliseconds