Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuLing06/I-Scene-project
/ device
Method
device
iscene/trellis/modules/sparse/basic.py:173–174 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
171
172
@property
173
def
device(self):
174
return
self.feats.device
175
176
@overload
177
def
to(self, dtype: torch.dtype) ->
'SparseTensor'
: ...
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected