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

  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.train.-coordinator.pbtxt 26 name: "register_thread"
  /external/tensorflow/tensorflow/python/estimator/inputs/queues/
feeding_queue_runner.py 86 coord.register_thread(threading.current_thread())
  /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...]

Completed in 159 milliseconds