Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TencentARC/Pixal3D
/ cuda
Method
cuda
pixal3d/pipelines/base.py:68–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
model.to(device)
67
68
def
cuda(self) -> None:
69
self.to(torch.device(
"cuda"
))
70
71
def
cpu(self) -> None:
72
self.to(torch.device(
"cpu"
))
Callers
15
main
Function · 0.45
init_models
Function · 0.45
unpack_state
Function · 0.45
generate_3d
Function · 0.45
init_pipeline
Function · 0.45
main
Function · 0.45
encode_shape_latent.py
File · 0.45
encode_shape_latent_view.py
File · 0.45
encode_ss_latent.py
File · 0.45
load_latent
Function · 0.45
main
Function · 0.45
encode_pbr_latent.py
File · 0.45
Calls
2
to
Method · 0.95
device
Method · 0.45
Tested by
no test coverage detected