Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/modelscope
/ cuda
Method
cuda
modelscope/models/science/unifold/modules/frame.py:450–451 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
448
return
Frame(rot_obj, ca_xyz.type(input_dtype))
449
450
def
cuda(self) -> Frame:
451
return
Frame(self._r.cuda(), self._t.cuda())
452
453
@property
454
def
dtype(self) -> torch.dtype:
Callers
15
__init__
Method · 0.45
_ssim_3d
Function · 0.45
forward
Method · 0.45
preprocess
Method · 0.45
forward
Method · 0.45
preprocess
Method · 0.45
format_nvdiffrast_format
Method · 0.45
preprocess
Method · 0.45
load_model
Function · 0.45
preprocess
Method · 0.45
preprocess
Method · 0.45
__init__
Method · 0.45
Calls
1
Frame
Class · 0.85
Tested by
3
test_func
Function · 0.36
test_amp_optimizer_hook
Method · 0.36
test_apex_optimizer_hook
Method · 0.36