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

Method float

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

Source from the content-addressed store, hash-verified

155 return self.replace(new_feats)
156
157 def float(self) -> 'VarLenTensor':
158 new_feats = self.feats.float()
159 return self.replace(new_feats)
160
161 def detach(self) -> 'VarLenTensor':
162 new_feats = self.feats.detach()

Callers 15

_dual_grid_meshFunction · 0.45
transform_normalsFunction · 0.45
transform_pbr_dumpFunction · 0.45
_pbr_voxelizeFunction · 0.45
mainFunction · 0.45
_dual_grid_mesh_viewFunction · 0.45
loaderFunction · 0.45
loaderFunction · 0.45
load_latentFunction · 0.45
loaderFunction · 0.45

Calls 1

replaceMethod · 0.95

Tested by

no test coverage detected