MCPcopy
hub / github.com/TencentARC/Pixal3D / half

Method half

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

Source from the content-addressed store, hash-verified

616 return self.replace(new_feats, new_coords)
617
618 def half(self) -> 'SparseTensor':
619 new_feats = self.feats.half()
620 return self.replace(new_feats)
621
622 def float(self) -> 'SparseTensor':
623 new_feats = self.feats.float()

Callers

nothing calls this directly

Calls 2

replaceMethod · 0.95
halfMethod · 0.45

Tested by

no test coverage detected