Home
last modified time | relevance | path

Searched refs:LooperThread (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dcoordinator.py412 class LooperThread(threading.Thread): class
446 super(LooperThread, self).__init__()
478 looper = LooperThread(coord, timer_interval_secs, target=target, args=args,
Dcoordinator_test.py349 thread = coordinator.LooperThread.loop(
357 thread = coordinator.LooperThread.loop(
368 thread = coordinator.LooperThread.loop(
Dsupervisor.py798 looper = coordinator.LooperThread(self._coord, timer_interval_secs,
1017 class SVSummaryThread(coordinator.LooperThread):
1043 class SVStepCounterThread(coordinator.LooperThread):
1091 class SVTimerCheckpointThread(coordinator.LooperThread):
Dtraining.py46 from tensorflow.python.training.coordinator import LooperThread
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-looper-thread.pbtxt1 path: "tensorflow.train.LooperThread"
3 is_instance: "<class \'tensorflow.python.training.coordinator.LooperThread\'>"
Dtensorflow.train.pbtxt116 name: "LooperThread"