Home
last modified time | relevance | path

Searched refs:_coord (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dcoordinator.py448 self._coord = coord
457 self._coord.register_thread(self)
484 with self._coord.stop_on_exception():
488 while not self._coord.should_stop():
493 while not self._coord.wait_for_stop(next_timer_time - time.time()):
Dsupervisor.py326 self._coord = coordinator.Coordinator()
530 return self._coord
720 self._coord.clear_stop()
779 qr.create_threads(sess, coord=self._coord, daemon=True, start=True))
802 self._coord,
831 self._coord.request_stop()
836 self._coord.join(
859 self._coord.request_stop(ex=ex)
869 return self._coord.should_stop()
879 return self._coord.stop_on_exception()
[all …]
Dmonitored_session.py1343 self._coord = coord
1349 self._coord.raise_requested_exception()
1351 return self._coord.should_stop()
1354 self._coord.request_stop()
1356 self._coord.join(
1378 self._coord.raise_requested_exception()
Dmonitored_session_test.py837 self._coord = None
840 self._coord = coord
849 self._coord.raise_requested_exception()
/external/python/pycparser/pycparser/
Dplyparser.py49 def _coord(self, lineno, column=None): member in PLYParser
64 return self._coord(p.lineno(token_idx), column)
Dc_parser.py193 self._parse_error(msg, self._coord(line, column))
1847 self._coord(lineno=p.lineno,
/external/tensorflow/tensorflow/python/distribute/
Dmulti_worker_test_base.py259 self._coord = coordinator.Coordinator()
331 with self._coord.stop_on_exception():
363 self._coord.join(threads)
465 self._coord = coordinator.Coordinator()
477 with self._coord.stop_on_exception():
544 self._coord.join(worker_threads)
Ddistribute_coordinator_test.py187 self._coord = coordinator.Coordinator()
245 with self._coord.stop_on_exception():
275 self._coord.join(threads)
/external/tensorflow/tensorflow/python/tpu/
Ddatasets_test.py45 self._coord = server_lib.Server.create_local_server()
54 coord_job.tasks[0] = self._coord.target[len('grpc://'):]