Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/TRELLIS.2
/ dim
Method
dim
trellis2/modules/sparse/basic.py:71–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
return
torch.Size([len(self.layout), *self.feats.shape[1:]])
70
71
def
dim(self) -> int:
72
return
len(self.shape)
73
74
@property
75
def
ndim(self) -> int:
Callers
10
ndim
Method · 0.95
patchify
Function · 0.80
unpatchify
Function · 0.80
forward
Method · 0.80
render_frames
Function · 0.80
to_glb
Function · 0.80
textured_mesh_to_volumetric_attr
Function · 0.80
blender_dump_to_volumetric_attr
Function · 0.80
mesh_to_flexible_dual_grid
Function · 0.80
flexible_dual_grid_to_mesh
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected