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

Method dtype

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

Source from the content-addressed store, hash-verified

533
534 @property
535 def dtype(self):
536 return self.feats.dtype
537
538 @property
539 def device(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected