MCPcopy Create free account
hub / github.com/IDEA-Research/DINO / decompose

Method decompose

util/misc.py:361–362  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

359 return self.tensors.device
360
361 def decompose(self):
362 return self.tensors, self.mask
363
364 def __repr__(self):
365 return str(self.tensors)

Callers 3

forwardMethod · 0.80
loss_masksMethod · 0.80
forwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected