Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
103
class
SourceModule(ExternModule):
# pylint: disable=too-few-public-methods
Callers
nothing calls this directly
Calls
1
_load
Method · 0.45
Tested by
no test coverage detected