MCPcopy Create free account
hub / github.com/InternRobotics/G2VLM / device

Method device

eval_code/recons/models/moge/model/v2.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57
58 @property
59 def device(self) -> torch.device:
60 return next(self.parameters()).device
61
62 @property
63 def dtype(self) -> torch.dtype:

Callers 6

random_quaternionsFunction · 0.45
make_deviceFunction · 0.45
get_deviceFunction · 0.45
prepare_segformerMethod · 0.45
wrapperFunction · 0.45
fsdp_wrapperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected