MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / join

Method join

imperative/python/megengine/data/tools/_queue.py:176–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

174 return self.queue.empty()
175
176 def join(self):
177 self.queue.join()
178
179 def disconnect_client(self):
180 if self.client is not None:

Callers 15

_write_hashMethod · 0.80
_write_defMethod · 0.80
_write_midoutMethod · 0.80
mainFunction · 0.80
format.pyFile · 0.80
getfilesFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
setup.pyFile · 0.80
formatMethod · 0.80
check_windowsFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_dp_correctnessFunction · 0.64
test_dtr_resnet1202Function · 0.64
test_profilerFunction · 0.64
test_profiler_distFunction · 0.64
test_backtraceFunction · 0.64
test_init_process_groupFunction · 0.64
test_group_barrierFunction · 0.64
test_synchronizedFunction · 0.64
decoFunction · 0.64
test_custom_opFunction · 0.64