Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_image
Function · 0.80
core_fn
Function · 0.80
infer_preprocess_image
Function · 0.80
core_fn
Function · 0.80
infer_preprocess_image
Function · 0.80
core_fn
Function · 0.80
nms
Function · 0.80
forward
Method · 0.80
_preprocess
Method · 0.80
infer_preprocess_image
Function · 0.80
infer_mesh
Method · 0.80
infer_single
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected