Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ print_summary
Function
print_summary
imperative/python/megengine/utils/module_stats.py:418–421 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
416
417
418
def
print_summary(**kwargs):
419
data = [[
"item"
,
"value"
]]
420
data.extend(list(kwargs.items()))
421
logger.info(
"summary\n"
+ tabulate.tabulate(data))
422
423
424
def
module_stats(
Callers
2
visualize
Function · 0.90
module_stats
Function · 0.85
Calls
3
list
Function · 0.85
items
Method · 0.80
info
Method · 0.45
Tested by
no test coverage detected