MCPcopy Create free account
hub / github.com/TencentARC/Pixal3D / __repr__

Method __repr__

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

Source from the content-addressed store, hash-verified

792 return cur_scale_cache.get(key, None)
793
794 def __repr__(self) -> str:
795 return f"SparseTensor(shape={self.shape}, dtype={self.dtype}, device={self.device})"
796
797def sparse_cat(inputs: List[SparseTensor], dim: int = 0) -> SparseTensor:
798 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected