MCPcopy 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

configureMethod · 0.80
forwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected