Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
def
run_module(modulename):
83
runpy.run_module(modulename, None,
"__main__"
, True)
84
85
86
def
run_script(filename):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected