Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ run_script
Function
run_script
imperative/python/megengine/tools/profiler.py:86–87 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
84
85
86
def
run_script(filename):
87
runpy.run_path(filename, None,
"__main__"
)
88
89
90
if
__name__ ==
"__main__"
:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected