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

Function run_module

imperative/python/megengine/tools/profiler.py:82–83  ·  view source on GitHub ↗
(modulename)

Source from the content-addressed store, hash-verified

80
81
82def run_module(modulename):
83 runpy.run_module(modulename, None, "__main__", True)
84
85
86def run_script(filename):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected