Searched refs:_coord (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | coordinator.py | 448 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()):
|
D | supervisor.py | 326 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 …]
|
D | monitored_session.py | 1343 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()
|
D | monitored_session_test.py | 837 self._coord = None 840 self._coord = coord 849 self._coord.raise_requested_exception()
|
/external/python/pycparser/pycparser/ |
D | plyparser.py | 49 def _coord(self, lineno, column=None): member in PLYParser 64 return self._coord(p.lineno(token_idx), column)
|
D | c_parser.py | 193 self._parse_error(msg, self._coord(line, column)) 1847 self._coord(lineno=p.lineno,
|
/external/tensorflow/tensorflow/python/distribute/ |
D | multi_worker_test_base.py | 259 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)
|
D | distribute_coordinator_test.py | 187 self._coord = coordinator.Coordinator() 245 with self._coord.stop_on_exception(): 275 self._coord.join(threads)
|
/external/tensorflow/tensorflow/python/tpu/ |
D | datasets_test.py | 45 self._coord = server_lib.Server.create_local_server() 54 coord_job.tasks[0] = self._coord.target[len('grpc://'):]
|