MCPcopy Create free account
hub / github.com/microsoft/TRELLIS.2 / unbind

Method unbind

trellis2/modules/sparse/basic.py:635–636  ·  view source on GitHub ↗
(self, dim: int)

Source from the content-addressed store, hash-verified

633 return self.replace(new_feats)
634
635 def unbind(self, dim: int) -> List['SparseTensor']:
636 return sparse_unbind(self, dim)
637
638 def replace(self, feats: torch.Tensor, coords: Optional[torch.Tensor] = None) -> 'SparseTensor':
639 if config.CONV == 'torchsparse':

Callers

nothing calls this directly

Calls 1

sparse_unbindFunction · 0.85

Tested by

no test coverage detected