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

Method type

pixal3d/modules/sparse/basic.py:141–143  ·  view source on GitHub ↗
(self, dtype)

Source from the content-addressed store, hash-verified

139 return self.replace(new_feats)
140
141 def type(self, dtype):
142 new_feats = self.feats.type(dtype)
143 return self.replace(new_feats)
144
145 def cpu(self) -> 'VarLenTensor':
146 new_feats = self.feats.cpu()

Callers 13

_dual_grid_meshFunction · 0.45
_dual_grid_mesh_viewFunction · 0.45
manual_castFunction · 0.45
typeMethod · 0.45
_forwardMethod · 0.45
_forwardMethod · 0.45
_forwardMethod · 0.45
_forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45

Calls 1

replaceMethod · 0.95

Tested by

no test coverage detected