MCPcopy 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
418def print_summary(**kwargs):
419 data = [["item", "value"]]
420 data.extend(list(kwargs.items()))
421 logger.info("summary\n" + tabulate.tabulate(data))
422
423
424def module_stats(

Callers 2

visualizeFunction · 0.90
module_statsFunction · 0.85

Calls 3

listFunction · 0.85
itemsMethod · 0.80
infoMethod · 0.45

Tested by

no test coverage detected