Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarkFzp/act-plus-plus
/ decompose
Method
decompose
detr/util/misc.py:300–301 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
298
return
NestedTensor(cast_tensor, cast_mask)
299
300
def
decompose(self):
301
return
self.tensors, self.mask
302
303
def
__repr__(self):
304
return
str(self.tensors)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected