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

Method cpu

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

Source from the content-addressed store, hash-verified

22 return self
23
24 def cpu(self):
25 self.model.cpu()
26 return self
27
28 def float(self):
29 self.model.float()

Callers 15

animation_inferFunction · 0.80
core_fnFunction · 0.80
animation_inferFunction · 0.80
core_fnFunction · 0.80
animation_inferFunction · 0.80
core_fnFunction · 0.80
images_to_videoFunction · 0.80
images_to_videoFunction · 0.80
face_detector.pyFile · 0.80
crop_face_imageMethod · 0.80
infer_meshMethod · 0.80
infer_singleMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_hummanFunction · 0.64
collect_results_cpuFunction · 0.64
collect_results_gpuFunction · 0.64