MCPcopy Create free account
hub / github.com/alibaba/euler / end

Method end

tf_euler/python/utils/hooks.py:33–40  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

31 self._num_finished_workers, 1, use_locking=True)
32
33 def end(self, session):
34 session.run(self._finish_self)
35 num_finished_workers = session.run(self._num_finished_workers)
36 while num_finished_workers < self._num_workers:
37 tf.logging.info("%d workers have finished ...",
38 num_finished_workers)
39 time.sleep(1)
40 num_finished_workers = session.run(self._num_finished_workers)

Callers 7

InitQueryProxyFunction · 0.45
ComputeAsyncMethod · 0.45
ComputeAsyncMethod · 0.45
GetFullNeighborFunction · 0.45
TraditionalRandomWalkMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected