MCPcopy 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

vgatherFunction · 0.45
map_func_cudaFunction · 0.45
load_stateFunction · 0.45
measure_modelFunction · 0.45

Calls 1

toMethod · 0.95

Tested by

no test coverage detected