Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/TRELLIS
/ dim
Method
dim
trellis/modules/sparse/basic.py:133–134 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
131
return
self._shape
132
133
def
dim(self) -> int:
134
return
len(self.shape)
135
136
@property
137
def
layout(self) -> List[slice]:
Callers
3
patchify
Function · 0.80
unpatchify
Function · 0.80
forward
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected