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

Method wait

lite/pylite/megenginelite/network.py:635–639  ·  view source on GitHub ↗

wait until forward finish in sync model

(self)

Source from the content-addressed store, hash-verified

633 self._api.LITE_forward(self._network)
634
635 def wait(self):
636 """
637 wait until forward finish in sync model
638 """
639 self._api.LITE_wait(self._network)
640
641 def is_cpu_inplace_mode(self):
642 """

Callers 9

test_network_by_shareMethod · 0.95
check_correctMethod · 0.95
do_forwardMethod · 0.45
do_forwardMethod · 0.45
do_forwardMethod · 0.45
do_forwardMethod · 0.45

Calls

no outgoing calls

Tested by 9

test_network_by_shareMethod · 0.76
check_correctMethod · 0.76
do_forwardMethod · 0.36
do_forwardMethod · 0.36
do_forwardMethod · 0.36
do_forwardMethod · 0.36