Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VAST-AI-Research/TriplaneGaussian
/ non_module
Method
non_module
tgs/utils/base.py:128–129 ·
view source on GitHub ↗
(self, name: str)
Source
from the content-addressed store, hash-verified
126
self._non_modules[name] = module
127
128
def
non_module(self, name: str):
129
return
self._non_modules.get(name, None)
Callers
2
configure
Method · 0.80
forward
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected