Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/HumanBench
/ decompose
Method
decompose
PATH/core/utils.py:768–769 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
766
return
NestedTensor(cast_tensor, cast_mask)
767
768
def
decompose(self):
769
return
self.tensors, self.mask
770
771
def
cuda(self):
772
return
self.to(
'cuda'
)
Callers
8
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
loss_masks
Method · 0.80
loss_masks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected