MCPcopy Create free account
hub / github.com/microsoft/TRELLIS / __init__

Method __init__

trellis/modules/sparse/spatial.py:89–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 Implemented as nearest neighbor interpolation.
88 """
89 def __init__(self):
90 super(SparseSubdivide, self).__init__()
91
92 def forward(self, input: SparseTensor) -> SparseTensor:
93 DIM = input.coords.shape[-1] - 1

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected