MCPcopy Index your code
hub / github.com/TencentARC/Pixal3D / shape

Method shape

pixal3d/modules/sparse/basic.py:477–480  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

475
476 @property
477 def shape(self) -> torch.Size:
478 if self._shape is None:
479 self._shape = self.__cal_shape(self.feats, self.coords)
480 return self._shape
481
482 @property
483 def layout(self) -> List[slice]:

Callers

nothing calls this directly

Calls 1

__cal_shapeMethod · 0.95

Tested by

no test coverage detected