MCPcopy
hub / github.com/apache/tvm / _load

Method _load

python/tvm/relax/frontend/nn/extern.py:73–74  ·  view source on GitHub ↗
(self, path: Path)

Source from the content-addressed store, hash-verified

71 return _call
72
73 def _load(self, path: Path) -> Module:
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."""

Callers 2

loadMethod · 0.45
loadMethod · 0.45

Calls 3

load_static_libraryFunction · 0.90
strFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected