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

Method forward

lite/pylite/megenginelite/network.py:628–633  ·  view source on GitHub ↗

forward the network with filled input data and fill the output data to the output tensor

(self)

Source from the content-addressed store, hash-verified

626 self._api.LITE_load_model_from_mem(self._network, cdata, length)
627
628 def forward(self):
629 """
630 forward the network with filled input data and fill the output data
631 to the output tensor
632 """
633 self._api.LITE_forward(self._network)
634
635 def wait(self):
636 """

Callers 10

test_network_by_shareMethod · 0.95
test_network_asyncMethod · 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 10

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