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

Method load

python/tvm/relax/frontend/nn/extern.py:99–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 super().__init__(symbols)
98
99 def load(self) -> Module:
100 return self._load(self.filepath)
101
102
103class SourceModule(ExternModule): # pylint: disable=too-few-public-methods

Callers

nothing calls this directly

Calls 1

_loadMethod · 0.45

Tested by

no test coverage detected