MCPcopy Create free account
hub / github.com/chenhaoxing/DiffusionInst / decompose

Method decompose

diffusioninst/util/misc.py:303–304  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

301 return NestedTensor(cast_tensor, cast_mask)
302
303 def decompose(self):
304 return self.tensors, self.mask
305
306 def __repr__(self):
307 return str(self.tensors)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected