MCPcopy Create free account
hub / github.com/aigc3d/LHM / float

Method float

engine/SegmentAPI/base.py:28–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 return self
27
28 def float(self):
29 self.model.float()
30 return self
31
32 def to(self, device):
33 self.model.to(device)

Callers 15

infer_preprocess_imageFunction · 0.80
core_fnFunction · 0.80
infer_preprocess_imageFunction · 0.80
core_fnFunction · 0.80
infer_preprocess_imageFunction · 0.80
core_fnFunction · 0.80
nmsFunction · 0.80
forwardMethod · 0.80
_preprocessMethod · 0.80
infer_preprocess_imageFunction · 0.80
infer_meshMethod · 0.80
infer_singleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected