MCPcopy Index your code
hub / github.com/apache/tvm / load

Method load

python/tvm/relax/frontend/nn/extern.py:76–78  ·  view source on GitHub ↗

Loads the external module into a TVM runtime module.

(self)

Source from the content-addressed store, hash-verified

74 return load_static_library(str(path), func_names=list(self._symbols.keys()))
75
76 def load(self) -> Module:
77 """Loads the external module into a TVM runtime module."""
78 raise NotImplementedError
79
80
81class ObjectModule(ExternModule): # pylint: disable=too-few-public-methods

Callers 11

dump_tensor_cacheFunction · 0.45
cacheMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
_loadMethod · 0.45
_autoload_backendsFunction · 0.45
register_backendFunction · 0.45
__init__Method · 0.45
import_model.pyFile · 0.45

Calls

no outgoing calls

Tested by 1