MCPcopy Create free account
hub / github.com/RozDavid/UnScene3D / decompose

Method decompose

models/misc.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 return NestedTensor(cast_tensor, cast_mask)
40
41 def decompose(self):
42 return self.tensors, self.mask
43
44 def __repr__(self):
45 return str(self.tensors)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected