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

  /external/tensorflow/tensorflow/python/training/
coordinator_test.py 30 def StopOnEvent(coord, wait_for_stop, set_when_stopped):
31 wait_for_stop.wait()
36 def RaiseOnEvent(coord, wait_for_stop, set_when_stopped, ex, report_exception):
38 wait_for_stop.wait()
50 def RaiseOnEventUsingContextHandler(coord, wait_for_stop, set_when_stopped, ex):
52 wait_for_stop.wait()
77 self.assertFalse(coord.wait_for_stop(0.01))
80 self.assertTrue(coord.wait_for_stop(0.01))
85 self.assertFalse(coord.wait_for_stop(0.1))
92 self.assertFalse(coord.wait_for_stop(0.01)
    [all...]
coordinator.py 301 def wait_for_stop(self, timeout=None): member in class:Coordinator
363 while any(t.is_alive() for t in threads) and not self.wait_for_stop(1.0):
493 while not self._coord.wait_for_stop(next_timer_time - time.time()):
supervisor.py 870 def wait_for_stop(self): member in class:Supervisor
    [all...]
queue_runner_impl.py 288 coord.wait_for_stop()
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.train.-coordinator.pbtxt 42 name: "wait_for_stop"
tensorflow.train.-supervisor.pbtxt 150 name: "wait_for_stop"
  /system/core/debuggerd/
crash_dump.cpp 110 static bool wait_for_stop(pid_t tid, int* received_signal) { function
133 return wait_for_stop(tid, received_signal);
299 if (!wait_for_stop(child, &stop_signal)) {

Completed in 7128 milliseconds