MCPcopy Create free account
hub / github.com/NVIDIA/MinkowskiEngine / float

Method float

MinkowskiEngine/MinkowskiTensor.py:450–452  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

448 self._F.requires_grad_(requires_grad)
449
450 def float(self):
451 self._F = self._F.float()
452 return self
453
454 def double(self):
455 self._F = self._F.double()

Callers 15

__init__Method · 0.80
setUpMethod · 0.80
load_fileFunction · 0.80
load_fileFunction · 0.80
test_dtypeMethod · 0.80
test_networkMethod · 0.80
test_network_deviceMethod · 0.80
sliceMethod · 0.80
slice_no_duplicateMethod · 0.80
stride_sliceMethod · 0.80
field_to_sparseMethod · 0.80

Calls

no outgoing calls

Tested by 4

test_dtypeMethod · 0.64
test_networkMethod · 0.64
test_network_deviceMethod · 0.64
test_pcdMethod · 0.64