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

Function import_module

imperative/python/megengine/hub/hub.py:115–116  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

113
114@functools.wraps(_init_hub)
115def import_module(*args, **kwargs):
116 return _init_hub(*args, **kwargs)
117
118
119def list(

Callers 5

__setstate__Method · 0.85
__setstate__Method · 0.85
to_moduleMethod · 0.85
load_functionalFunction · 0.85
load_call_module_exprFunction · 0.85

Calls 1

_init_hubFunction · 0.85

Tested by

no test coverage detected