MCPcopy 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

patchifyFunction · 0.80
unpatchifyFunction · 0.80
forwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected