Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/HumanBench
/ cuda
Method
cuda
PATH/core/utils.py:771–772 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
769
return
self.tensors, self.mask
770
771
def
cuda(self):
772
return
self.to(
'cuda'
)
773
774
def
__repr__(self):
775
return
str(self.tensors)
Callers
4
vgather
Function · 0.45
map_func_cuda
Function · 0.45
load_state
Function · 0.45
measure_model
Function · 0.45
Calls
1
to
Method · 0.95
Tested by
no test coverage detected